Esempio n. 1
0
 function __construct($name, $label = null)
 {
     parent::__construct();
     $this->label = $label;
     $this->name = $name;
 }
Esempio n. 2
0
 function __construct($handler)
 {
     parent::__construct(null, null);
     $this->handler = $handler;
 }