Yosymfony\Spress\Core\Configuration\Configuration::setTemplateEnvFilename PHP Method

setTemplateEnvFilename() public method

e.g: "config_:env.yml". Placeholders: - ":env" will be replaced by the environment's name.
public setTemplateEnvFilename ( string $templateFilename )
$templateFilename string
    public function setTemplateEnvFilename($templateFilename)
    {
        $this->templateEnvFilename = $templateFilename;
    }