TYPO3  7.6
RendererInterface.php
Go to the documentation of this file.
1 <?php
2 
19 namespace cogpowered\FineDiff\Render;
20 
22 {
23  public function process($from_text, $opcode);
24  public function callback($opcode, $from, $from_offset, $from_len);
25 }