예제 #1
0
 /**
  * The class constructor method.
  */
 function OA_Maintenance_Pruning()
 {
     parent::MAX_Dal_Common();
 }
예제 #2
0
 /**
  * The class constructor method.
  */
 function OX_Dal_Maintenance_Statistics()
 {
     parent::MAX_Dal_Common();
 }
예제 #3
0
 /**
  * The constructor method.
  *
  * @return MAX_Dal_Statistics
  */
 function MAX_Dal_Statistics()
 {
     parent::MAX_Dal_Common();
 }
예제 #4
0
 /**
  * The class constructor method.
  */
 function OA_Dal_Maintenance_Common()
 {
     parent::MAX_Dal_Common();
 }
예제 #5
0
 /**
  * The constructor method.
  *
  * @return MAX_Dal_Entities
  */
 function MAX_Dal_Entities()
 {
     parent::MAX_Dal_Common();
 }
예제 #6
0
 /**
  * The class constructor method.
  */
 function OA_Maintenance_RollupStats()
 {
     parent::MAX_Dal_Common();
 }
예제 #7
0
파일: Admin.php 프로젝트: villos/tree_admin
 function MAX_Dal_Admin()
 {
     parent::MAX_Dal_Common();
     $this->initialiseTableNames();
 }