示例#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
 function MAX_Dal_Admin()
 {
     parent::MAX_Dal_Common();
     $this->initialiseTableNames();
 }