Frontend\Core\Engine\Base\Block::setOverwrite PHP Method

setOverwrite() protected method

Set overwrite mode
protected setOverwrite ( boolean $overwrite )
$overwrite boolean true if the template should overwrite the current template, false if not.
    protected function setOverwrite($overwrite)
    {
        $this->overwrite = (bool) $overwrite;
    }