Пример #1
0
 function __construct($core, $group_size = NULL)
 {
     parent::__construct($core);
     if (!is_null($group_size)) {
         $this->group_size = $group_size;
     }
 }
Пример #2
0
 function __construct($core, $delay = 0)
 {
     parent::__construct($core);
     $this->delay = $delay;
 }