Esempio n. 1
0
 public function resetUnit()
 {
     parent::resetUnit();
     $this->isReduced = false;
 }
Esempio n. 2
0
 public function __construct(array $elements, $name = null)
 {
     parent::__construct($name);
     $this->elements = $elements;
 }
Esempio n. 3
0
 public function __construct($key, $signature, $name = null)
 {
     parent::__construct($name);
     $this->signature = (string) $signature;
     $this->key = (string) $key;
 }