Esempio n. 1
0
 /**
  * The class constructor method.
  */
 function OA_Maintenance_Pruning()
 {
     parent::MAX_Dal_Common();
 }
Esempio n. 2
0
 /**
  * The class constructor method.
  */
 function OX_Dal_Maintenance_Statistics()
 {
     parent::MAX_Dal_Common();
 }
Esempio n. 3
0
 /**
  * The constructor method.
  *
  * @return MAX_Dal_Statistics
  */
 function MAX_Dal_Statistics()
 {
     parent::MAX_Dal_Common();
 }
Esempio n. 4
0
 /**
  * The class constructor method.
  */
 function OA_Dal_Maintenance_Common()
 {
     parent::MAX_Dal_Common();
 }
Esempio n. 5
0
 /**
  * The constructor method.
  *
  * @return MAX_Dal_Entities
  */
 function MAX_Dal_Entities()
 {
     parent::MAX_Dal_Common();
 }
Esempio n. 6
0
 /**
  * The class constructor method.
  */
 function OA_Maintenance_RollupStats()
 {
     parent::MAX_Dal_Common();
 }
Esempio n. 7
0
 function MAX_Dal_Admin()
 {
     parent::MAX_Dal_Common();
     $this->initialiseTableNames();
 }