@@ -39,6 +39,9 @@ |
||
39 | 39 | $this->CallWriter->writeCall($call); |
40 | 40 | } |
41 | 41 | |
42 | + /** |
|
43 | + * @param integer $pos |
|
44 | + */ |
|
42 | 45 | function addPluginCall($plugin, $args, $state, $pos, $match) { |
43 | 46 | $call = array('plugin',array($plugin, $args, $state, $match), $pos); |
44 | 47 | $this->CallWriter->writeCall($call); |