Ejemplo n.º 1
0
 /**
  * constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->set('suffix', 'items');
     $this->registerTask('enabled.enable', 'boolean');
     $this->registerTask('enabled.disable', 'boolean');
 }
Ejemplo n.º 2
0
 /**
  * constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->set('suffix', 'items');
 }
Ejemplo n.º 3
0
 /**
  * constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->set('suffix', 'config');
 }