Art4\JsonApiClient\ResourceNull::has PHP Method

has() public method

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