Art4\JsonApiClient\ResourceNull::has PHP Méthode

has() public méthode

Check if a value exists in this resource
public has ( string $key ) : boolean
$key string The key of the value
Résultat boolean false
    public function has($key)
    {
        return false;
    }