PHP Class Art4\JsonApiClient\Relationship

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

Protected Properties

Property Type Description
$container DataContainerInterface
$manager Art4\JsonApiClient\Utils\FactoryManagerInterface

Public Methods

Method 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

Protected Methods

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

Method Details

__construct() public method

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 method

Get a value by the key of this object
public get ( string $key ) : mixed
$key string The key of the value
return mixed The value

parse() public method

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

parseData() protected method

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

Property Details

$container protected property

protected DataContainerInterface $container
return DataContainerInterface

$manager protected property

protected FactoryManagerInterface,Art4\JsonApiClient\Utils $manager
return Art4\JsonApiClient\Utils\FactoryManagerInterface