WireApiDocs::apiPaths()
Get or set paths to scan for API files
Usage
// basic usage
$array = $wireApiDocs->apiPaths();
// usage with all arguments
$array = $wireApiDocs->apiPaths($set = null, bool $replace = false);Arguments
| Name | Type(s) | Description |
|---|---|---|
$set (optional) | array string null | Specify array or string (one item) to add, omit to get |
$replace (optional) | bool | Replace existing items? Omit to append to existing. |
Return value
array
WireApiDocs methods and properties
API reference based on ProcessWire core version 3.0.264