Свойство | Type | Description | |
---|---|---|---|
$container | DataContainerInterface | ||
$manager | Art4\JsonApiClient\Utils\FactoryManagerInterface | ||
$parent | Art4\JsonApiClient\AccessInterface |
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éthode | Description | |
---|---|---|
setLink ( string $name, string $link ) : self | Set a link | |
setPaginationLink ( string $name, string $value ) : self | Set a pagination 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 | ||
Résultat | DataContainerInterface |
protected FactoryManagerInterface,Art4\JsonApiClient\Utils $manager | ||
Résultat | Art4\JsonApiClient\Utils\FactoryManagerInterface |