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

getKeys() public method

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