PHPSA\Compiler\GlobalVariable::__construct PHP Method

__construct() public method

public __construct ( string $name, mixed $defaultValue = null, integer $type = CompiledExpression::UNKNOWN )
$name string
$defaultValue mixed
$type integer
    public function __construct($name, $defaultValue = null, $type = CompiledExpression::UNKNOWN)
    {
        parent::__construct($name, $defaultValue, $type);
    }