| 1 | <?php |
||
| 7 | class Selection extends AbstractRecord |
||
| 8 | { |
||
| 9 | const NAME = 'SELECTION'; |
||
| 10 | const ID = 0x001D; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Generate the SELECTION record |
||
| 14 | * |
||
| 15 | * @param Range $selection |
||
| 16 | * @param integer $activePane pane position |
||
| 17 | * @return string |
||
| 18 | */ |
||
| 19 | public function getData($selection, $activePane) |
||
| 41 | } |
||
| 42 |