Пример #1
0
 function __construct($name, $label = null)
 {
     parent::__construct();
     $this->label = $label;
     $this->name = $name;
 }
Пример #2
0
 function __construct($handler)
 {
     parent::__construct(null, null);
     $this->handler = $handler;
 }