1 | <?php |
||
7 | class SignatureParts |
||
8 | { |
||
9 | /** @var string */ |
||
10 | protected $signature; |
||
11 | |||
12 | public function __construct(string $signature) |
||
20 | |||
21 | public function getSlashCommandName(): string |
||
25 | |||
26 | public function getHandlerName(): string |
||
30 | |||
31 | public function getSignatureWithoutCommandName(): string |
||
35 | } |