PHP Класс Webiny\Component\Rest\Parser\ParsedClass

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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.

Открытые методы

Метод Описание
__construct ( string $class ) Base constructor.
addApiMethod ( ParsedMethod $parsedMethod ) Adds an instance of ParsedMethod.
getMethods ( ) : array Returns a list of all parsed methods.

Описание методов

__construct() публичный Метод

Base constructor.
public __construct ( string $class )
$class string Name of the class.

addApiMethod() публичный Метод

Adds an instance of ParsedMethod.
public addApiMethod ( ParsedMethod $parsedMethod )
$parsedMethod ParsedMethod

getMethods() публичный Метод

Returns a list of all parsed methods.
public getMethods ( ) : array
Результат array

Описание свойств

$accessInterface публичное свойство

A boolean value telling if the class has implemented the AccessInterface.
public $accessInterface

$cacheKeyInterface публичное свойство

A boolean value telling if the class has implemented the cacheKeyInterface.
public $cacheKeyInterface

$class публичное свойство

Name of the class.
public $class

$parsedMethods публичное свойство

A list of ParsedMethod instances.
public $parsedMethods