| Total Complexity | 1 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class Snippet extends Element |
||
| 13 | { |
||
| 14 | |||
| 15 | /** @var string */ |
||
| 16 | protected $opt_cache_key = 'elements/snippets'; |
||
| 17 | |||
| 18 | /** @var string ~ the xPDO class name */ |
||
| 19 | protected $xpdo_simple_object_class = 'modSnippet'; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @return \LCI\Blend\Blendable\Snippet |
||
| 23 | */ |
||
| 24 | public function getCurrentVersion() |
||
| 32 |