Cake\View\StringTemplate::push PHP Méthode

push() public méthode

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