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;
    }