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