Пример #1
0
 function __construct(Connexion $conn = null)
 {
     parent::__construct($conn);
     $this->buzzers = new BuzzerCollection();
 }
Пример #2
0
 function __construct(Connexion $conn = null)
 {
     $this->synchro = new Synchronisation($this);
     parent::__construct($conn);
 }