Contao\TemplateInheritance::extend PHP Method

extend() public method

Extend another template
public extend ( string $name )
$name string The template name
    public function extend($name)
    {
        $this->strParent = $name;
    }