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];
    }