WireApiDocs::getGroupSummaries()
Get group summaries from a class phpdoc
Parses [group] tags from the class-level phpdoc block. Returns an associative array keyed by group name, values are the summary strings.
Example phpdoc tag: access Access-control related methods/properties
Usage
$array = $wireApiDocs->getGroupSummaries(string $class);Arguments
| Name | Type(s) | Description |
|---|---|---|
$class | string | Class name (with or without ProcessWire namespace) |
Return value
arraye.g. ['access' => 'Access-control related methods/properties', ...]
WireApiDocs methods and properties
API reference based on ProcessWire core version 3.0.267