DI\Definition\EnvironmentVariableDefinition::getDefaultValue PHP Method

getDefaultValue() public method

public getDefaultValue ( ) : mixed
return mixed The default value to use if the environment variable is optional and not provided
    public function getDefaultValue()
    {
        return $this->defaultValue;
    }