Constraint_type::__construct PHP Method

__construct() public method

public __construct ( string $type )
$type string - allowed datatype
    public function __construct($type)
    {
        $this->type = $type;
        parent::__construct();
    }