Example #1
0
 /**
  * @param int|null $value
  */
 public function __construct($value)
 {
     parent::__construct($value === null ? $value : (string) $value);
 }
Example #2
0
 public function __construct()
 {
     parent::__construct(null);
 }