PHP Класс Art4\JsonApiClient\ResourceCollection

См. также: http://jsonapi.org/format/#document-resource-objects
Наследование: implements ResourceCollectionInterface, use trait Art4\JsonApiClient\Utils\AccessTrait
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$container DataContainerInterface
$manager Art4\JsonApiClient\Utils\FactoryManagerInterface

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

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

Защищенные методы

Метод Описание
parseResource ( object $data ) : Art4\JsonApiClient\ElementInterface Generate a new resource from an object

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

__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

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

Get a value by the key of this document
public get ( string $key ) : mixed
$key string The key of the value
Результат mixed The value

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

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

parseResource() защищенный Метод

Generate a new resource from an object
protected parseResource ( object $data ) : Art4\JsonApiClient\ElementInterface
$data object The resource data
Результат Art4\JsonApiClient\ElementInterface The resource

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

$container защищенное свойство

protected DataContainerInterface $container
Результат DataContainerInterface

$manager защищенное свойство

protected FactoryManagerInterface,Art4\JsonApiClient\Utils $manager
Результат Art4\JsonApiClient\Utils\FactoryManagerInterface