Controller_Data_Memcached::getRows PHP Метод

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

public getRows ( $model )
    public function getRows($model)
    {
        return $model->_table;
        /* unreachable code
           $t = &$model->_table[$this->short_name];
           */
    }