| Conditions | 1 |
| Paths | 1 |
| Total Lines | 15 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 19 | protected function configure() |
||
| 20 | { |
||
| 21 | $this |
||
| 22 | ->setName('uber:translations:purge') |
||
| 23 | ->setDefinition(array()) |
||
| 24 | ->setDescription('Remove all items from memcached') |
||
| 25 | ->setHelp(" |
||
| 26 | The <info>uber:translations:purge</info> command delete all translations from memcached: |
||
| 27 | |||
| 28 | Command example: |
||
| 29 | |||
| 30 | <info>./app/console uber:translations:purge</info> |
||
| 31 | |||
| 32 | "); |
||
| 33 | } |
||
| 34 | |||
| 53 |