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