Author: André Rothe (andre.rothe@phosco.info)
Author: Marco Th. (marco64th@gmail.com)
Inheritance: extends SQLChunkProcessor
Beispiel #1
0
 protected function processSQL($token)
 {
     $processor = new SQLProcessor();
     return $processor->process($token);
 }