Controller_Data_RESTful::prefetchAll PHP Method

prefetchAll() public method

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