PHP Class Art4\JsonApiClient\Relationship

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

Protected Properties

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

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 object
parse ( mixed $object ) : self Parses the data for this element

Méthodes protégées

Méthode Description
parseData ( null | array | object $data ) : null | ResourceIdentifier | ResourceIdentifierCollection Parse the data value

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 object
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

parseData() protected méthode

Parse the data value
protected parseData ( null | array | object $data ) : null | ResourceIdentifier | ResourceIdentifierCollection
$data null | array | object Data value
Résultat null | ResourceIdentifier | ResourceIdentifierCollection The parsed data

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