Changeset 4706 for branches/1.0/lib/Doctrine/Pager/Layout.php
- Timestamp:
- 07/23/08 22:21:13 (6 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Pager/Layout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Pager/Layout.php
r4252 r4706 124 124 * 125 125 * @param $params Optional parameters to Doctrine_Query::execute 126 * @param $hydrationMode Hydration Mode of Doctrine_Query::execute 127 * returned ResultSet. Doctrine::Default is FETCH_RECORD 126 * @param $hydrationMode Hydration Mode of Doctrine_Query::execute returned ResultSet. 128 127 * @return Doctrine_Collection The root collection 129 128 */ 130 public function execute($params = array(), $hydrationMode = Doctrine::FETCH_RECORD)129 public function execute($params = array(), $hydrationMode = null) 131 130 { 132 131 return $this->getPager()->execute($params, $hydrationMode);