Ejemplo n.º 1
0
 public function __construct($args = NULL)
 {
     $this->id = 'type';
     parent::__construct($args);
 }
Ejemplo n.º 2
0
 public function __construct($args = NULL)
 {
     $this->id = 'parent_item';
     $this->name = __('Parent item');
     parent::__construct($args);
 }