| Total Complexity | 4 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | class CachesClearedEvent extends AbstractEvent implements ProvidesExampleProperties |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * @label Event/TYPO3/CacheCleared:marker.cache_command |
||
| 30 | * @marker |
||
| 31 | * |
||
| 32 | * @var string |
||
| 33 | */ |
||
| 34 | protected $cacheCommand; |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @label Event/TYPO3/CacheCleared:marker.page_uid |
||
| 38 | * @marker |
||
| 39 | * |
||
| 40 | * @var int |
||
| 41 | */ |
||
| 42 | protected $pageUid; |
||
| 43 | |||
| 44 | /** |
||
| 45 | * @param array $parameters |
||
| 46 | */ |
||
| 47 | public function run(array $parameters) |
||
| 58 | } |
||
| 59 | } |
||
| 60 | |||
| 61 | /** |
||
| 62 | * @return array |
||
| 63 | */ |
||
| 64 | public function getExampleProperties() |
||
| 72 |