| 1 | <?php |
||
| 17 | class DumpMemory extends AbstractAdminChatCommand |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var ChatNotification |
||
| 21 | */ |
||
| 22 | protected $chatNotification; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * DumpMemory constructor. |
||
| 26 | * |
||
| 27 | * @param $command |
||
| 28 | * @param string $permission |
||
| 29 | * @param array $aliases |
||
| 30 | * @param AdminGroups $adminGroupsHelper |
||
| 31 | * @param ChatNotification $chatNotification |
||
| 32 | */ |
||
| 33 | public function __construct( |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @inheritdoc |
||
| 47 | */ |
||
| 48 | public function execute($login, InputInterface $input) |
||
| 57 | } |