Controller_Data_RESTful::sendCollectionRequest PHP Метод

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

public sendCollectionRequest ( $model, $method = 'GET', $data = null )
    public function sendCollectionRequest($model, $method = 'GET', $data = null)
    {
        return $this->sendRawRequest($model, $model->collection_uri, $method, $data);
    }