Art4\JsonApiClient\ResourceNull::has PHP 메소드

has() 공개 메소드

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