Show
Ignore:
Timestamp:
06/06/10 14:41:17 (2 years ago)
Author:
ort
Message:

доработка плагина Page

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/page/classes/modules/page/Page.class.php

    r933 r935  
    9090         * @return unknown 
    9191         */ 
    92         public function GetPages() { 
     92        public function GetPages($aFilter=array()) { 
    9393                $aPages=array(); 
    94                 $aPagesRow=$this->oMapper->GetPages();   
     94                $aPagesRow=$this->oMapper->GetPages($aFilter);   
    9595                if (count($aPagesRow)) { 
    9696                        $aPages=$this->BuildPagesRecursive($aPagesRow);