Phlexy\Lexer\Stateful\Simple::popState PHP Méthode

popState() public méthode

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