| 1 | <?php |
||
| 17 | class Players extends AbstractChatCommand |
||
| 18 | { |
||
| 19 | private $playersWindowFactory; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Records constructor. |
||
| 23 | * |
||
| 24 | * @param $command |
||
| 25 | * @param array $aliases |
||
| 26 | * @param PlayersWindow $recordsWindowFactory |
||
| 27 | */ |
||
| 28 | public function __construct( |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @inheritdoc |
||
| 41 | */ |
||
| 42 | public function execute($login, InputInterface $input) |
||
| 46 | } |
||
| 47 |