FluidTYPO3\Flux\View\ExposedTemplateView::getTemplatePathAndFilename PHP Méthode

getTemplatePathAndFilename() public méthode

Public-access wrapper for parent's method.
public getTemplatePathAndFilename ( string $actionName = NULL ) : string
$actionName string
Résultat string
    public function getTemplatePathAndFilename($actionName = NULL)
    {
        return parent::getTemplatePathAndFilename($actionName);
    }