コード例 #1
0
 public function getTotal()
 {
     $this->createQuery();
     return parent::getTotal();
 }
コード例 #2
0
ファイル: PageList.php プロジェクト: ceko/concrete5-1
 public function getTotal()
 {
     if ($this->getQuery() == '') {
         $this->setBaseQuery();
     }
     return parent::getTotal();
 }