Property | Type | Description | |
---|---|---|---|
$accessInterface | A boolean value telling if the class has implemented the AccessInterface. | ||
$cacheKeyInterface | A boolean value telling if the class has implemented the cacheKeyInterface. | ||
$class | Name of the class. | ||
$parsedMethods | A list of ParsedMethod instances. |
Method | Description | |
---|---|---|
__construct ( string $class ) | Base constructor. | |
addApiMethod ( |
Adds an instance of ParsedMethod. | |
getMethods ( ) : array | Returns a list of all parsed methods. |
public __construct ( string $class ) | ||
$class | string | Name of the class. |
public addApiMethod ( |
||
$parsedMethod |
public getMethods ( ) : array | ||
return | array |
public $accessInterface |
public $cacheKeyInterface |