PHP Интерфейс Art4\JsonApiClient\ElementInterface

Наследование: extends Art4\JsonApiClient\AccessInterface
Показать файл Открыть проект

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

Метод Описание
__construct ( Art4\JsonApiClient\Utils\FactoryManagerInterface $manager, Art4\JsonApiClient\AccessInterface $parent ) Sets the manager and parent
parse ( mixed $object ) : self Parses the data for this element

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

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

Sets the manager and parent
public __construct ( Art4\JsonApiClient\Utils\FactoryManagerInterface $manager, Art4\JsonApiClient\AccessInterface $parent )
$manager Art4\JsonApiClient\Utils\FactoryManagerInterface The manager
$parent Art4\JsonApiClient\AccessInterface The parent

parse() публичный метод

Parses the data for this element
public parse ( mixed $object ) : self
$object mixed The data
Результат self