Phlexy\Lexer\Stateful\Simple::popState PHP Method

popState() public method

public popState ( )
    public function popState()
    {
        $state = $this->stateStack[--$this->currentStackPosition];
        $this->currentStateData = $this->stateData[$state];
    }