Пример #1
0
 /**
  * @param Value $value
  */
 public function __construct(Value &$value)
 {
     parent::__construct();
     $this->value = $value;
 }
Пример #2
0
 /**
  * @param string $value
  */
 public function __construct($value)
 {
     parent::__construct();
     $this->value = new binary($value);
 }