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