示例#1
0
文件: PropelPager.php 项目: dafik/dfi
 /**
  * (PHP 5 &gt;= 5.1.0)<br/>
  * Count elements of an object
  * @link http://php.net/manual/en/countable.count.php
  * @return int The custom count as an integer.
  * </p>
  * <p>
  * The return value is cast to an integer.
  */
 public function count()
 {
     //TODO $x = 1;
     // TODO: Implement count() method.
     return $this->_pager->count();
 }