Ejemplo n.º 1
0
 private function setupContext()
 {
     $this->FSM->transit($this->ptokens[$this->current_pos][PHPCF_KEY_CODE]);
     $this->context = $this->FSM->getState();
 }