DI\Definition\EnvironmentVariableDefinition::getDefaultValue PHP 메소드

getDefaultValue() 공개 메소드

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