PhalconRest\Api\ApiResource::getSingleKey PHP Метод

getSingleKey() публичный Метод

Устаревший: Use getItemKey() instead
public getSingleKey ( ) : string
Результат string Response key for single item
    public function getSingleKey()
    {
        return $this->getItemKey();
    }