Ejemplo n.º 1
0
 function Base_ConfigureSystem()
 {
     parent::__construct();
 }
Ejemplo n.º 2
0
 function Base_Comment($configure_mod)
 {
     parent::__construct();
     $this->configure_mod = $configure_mod;
 }
Ejemplo n.º 3
0
 function Base_ConfigureModule()
 {
     parent::__construct();
 }
Ejemplo n.º 4
0
 function Base_Language($configure_mod)
 {
     parent::__construct();
     $this->configure_mod = $configure_mod;
 }
Ejemplo n.º 5
0
 function Base_Category($configure_mod)
 {
     parent::__construct();
     $this->configure_mod = $configure_mod;
 }