Property | Type | Description | |
---|---|---|---|
$container | DataContainerInterface | ||
$manager | Art4\JsonApiClient\Utils\FactoryManagerInterface |
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 |
Method | Description | |
---|---|---|
setLink ( string $name, string $link ) : self | Set a link |
public __construct ( Art4\JsonApiClient\Utils\FactoryManagerInterface $manager, Art4\JsonApiClient\AccessInterface $parent ) | ||
$manager | Art4\JsonApiClient\Utils\FactoryManagerInterface | The manager |
$parent | Art4\JsonApiClient\AccessInterface | The parent |
protected DataContainerInterface $container | ||
return | DataContainerInterface |