1 | <?php |
||
8 | final class WhileLoopAction implements ActionInterface |
||
9 | { |
||
10 | private $iterations; |
||
11 | |||
12 | public function __construct($iterations) |
||
16 | |||
17 | public function execute(Board $board, string $alias, array $operation) |
||
38 | |||
39 | public function getAlias(): string |
||
43 | |||
44 | public function getArguments(): array |
||
48 | } |
||
49 |