PHP Class Art4\JsonApiClient\RelationshipCollection

See also: http://jsonapi.org/format/#document-resource-object-relationships
Inheritance: implements RelationshipCollectionInterface, use trait Art4\JsonApiClient\Utils\AccessTrait
Afficher le fichier Open project: art4/json-api-client Class Usage Examples

Protected Properties

Свойство Type Description
$container DataContainerInterface
$manager Art4\JsonApiClient\Utils\FactoryManagerInterface
$parent Art4\JsonApiClient\AccessInterface

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

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() public méthode

Get a value by the key of this document
public get ( string $key ) : mixed
$key string The key of the value
Résultat mixed The value

parse() public méthode

Parses the data for this element
public parse ( mixed $object ) : self
$object mixed The data
Résultat self

Property Details

$container protected_oe property

protected DataContainerInterface $container
Résultat DataContainerInterface

$manager protected_oe property

protected FactoryManagerInterface,Art4\JsonApiClient\Utils $manager
Résultat Art4\JsonApiClient\Utils\FactoryManagerInterface

$parent protected_oe property

protected AccessInterface,Art4\JsonApiClient $parent
Résultat Art4\JsonApiClient\AccessInterface