function Base_ConfigureSystem()
 {
     parent::__construct();
 }
Beispiel #2
0
 function Base_Comment($configure_mod)
 {
     parent::__construct();
     $this->configure_mod = $configure_mod;
 }
 function Base_ConfigureModule()
 {
     parent::__construct();
 }
Beispiel #4
0
 function Base_Language($configure_mod)
 {
     parent::__construct();
     $this->configure_mod = $configure_mod;
 }
Beispiel #5
0
 function Base_Category($configure_mod)
 {
     parent::__construct();
     $this->configure_mod = $configure_mod;
 }