| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class SolrClearDirtyClassesJob extends AbstractQueuedJob |
||
| 11 | { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @return string |
||
| 15 | */ |
||
| 16 | 1 | public function getTitle() |
|
| 17 | { |
||
| 18 | 1 | return _t(self::class . '.CLEARSOLRDIRTY', 'Clear out dirty objects in Solr'); |
|
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Do some processing yourself! |
||
| 23 | */ |
||
| 24 | 1 | public function process() |
|
| 31 | 1 | } |
|
| 32 | } |
||
| 33 |