Example #1
0
 public function __construct($value)
 {
     parent::__construct($value);
 }
 /**
  * 
  * @param string $value
  */
 public function __construct($value)
 {
     $this->rawValue = $value;
     parent::__construct($this->getMarkedValue($value));
 }