Changeset 935 for trunk/plugins/page/classes/modules/page/Page.class.php
- Timestamp:
- 06/06/10 14:41:17 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/page/classes/modules/page/Page.class.php
r933 r935 90 90 * @return unknown 91 91 */ 92 public function GetPages( ) {92 public function GetPages($aFilter=array()) { 93 93 $aPages=array(); 94 $aPagesRow=$this->oMapper->GetPages( );94 $aPagesRow=$this->oMapper->GetPages($aFilter); 95 95 if (count($aPagesRow)) { 96 96 $aPages=$this->BuildPagesRecursive($aPagesRow);
