Cake\View\StringTemplate::push PHP Метод

push() публичный Метод

Push the current templates into the template stack.
public push ( ) : void
Результат void
    public function push()
    {
        $this->_configStack[] = [$this->_config, $this->_compiled];
    }