3.5.8. processOpt()

string processOpt ( array $call )

This method should be overwritten by the programmer in order to process $opt special block calls for the specified instruction. For example, if the processor is named instruction, all the calls $opt.instruction.something are redirected to this method. $call contains the block elements splitted with the dot numbered from 0. The method returns the PHP code for the compiler.