FluidTYPO3\Flux\Provider\AbstractProvider::setTemplatePathAndFilename PHP Method

setTemplatePathAndFilename() public method

public setTemplatePathAndFilename ( string $templatePathAndFilename ) : void
$templatePathAndFilename string
return void
    public function setTemplatePathAndFilename($templatePathAndFilename)
    {
        $this->templatePathAndFilename = $templatePathAndFilename;
    }