Cake\View\StringTemplate::push PHP Method

push() public method

Push the current templates into the template stack.
public push ( ) : void
return void
    public function push()
    {
        $this->_configStack[] = [$this->_config, $this->_compiled];
    }