コード例 #1
0
ファイル: Collection.php プロジェクト: nabble/ajde-core
 public function reset()
 {
     parent::reset();
     $this->_query = new Query();
     $this->_filters = array();
     $this->_filterValues = array();
     $this->_items = null;
     $this->_position = 0;
     $this->_queryCount = null;
     $this->_sqlInitialized = false;
 }
コード例 #2
0
ファイル: Paginator.php プロジェクト: nabble/ajde-core
 public function reset()
 {
     parent::reset();
     $this->_items = null;
     $this->_position = 0;
 }