Art4\JsonApiClient\ResourceNull::get PHP Method

get() public method

Get a value by the key of this identifier
public get ( string $key )
$key string The key of the value
    public function get($key)
    {
        throw new AccessException('A ResourceNull has no values.');
    }