Controller_Data_RESTful::prefetchAll PHP Метод

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

Implement iteration
public prefetchAll ( $model )
    public function prefetchAll($model)
    {
        return $this->sendCollectionRequest($model);
    }