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

getKeys() 공개 메소드

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