Example #1
0
 /**
  * @inheritdoc
  */
 public function __construct($value)
 {
     $this->assertIsValidUri($value);
     parent::__construct($value);
 }