Art4\JsonApiClient\Utils\DataContainer::getKeys PHP Method

getKeys() public method

Returns the keys of all setted values
public getKeys ( ) : array
return array Keys of all setted values
    public function getKeys()
    {
        return array_keys($this->data);
    }