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

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

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