BooleanValue::__construct PHP Method

__construct() public method

public __construct ( $value = null )
        public function __construct($value = null)
        {
            parent::__construct();
            $this->value = $value;
        }

Usage Example

 /**
  * @since 2.4
  *
  * @param string $typeid
  */
 public function __construct($typeid = '')
 {
     parent::__construct('__pvuc');
 }