Transphpile\Transpile\NodeStateStack::pushVars PHP Method

pushVars() public method

public pushVars ( )
    public function pushVars()
    {
        $vars = array('anonClasses' => array(), 'isStrict' => false, 'currentClass' => array(), 'currentFunction' => array());
        $this->vars[] = $vars;
    }