Art4\JsonApiClient\ResourceNull::getKeys PHP Method

getKeys() public method

Returns the keys of all setted values in this resource
public getKeys ( ) : array
return array Keys of all setted values
    public function getKeys()
    {
        return array();
    }