Total Complexity | 6 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | abstract class Mailcode_Factory_CommandSets_Set |
||
22 | { |
||
23 | /** |
||
24 | * @var Mailcode_Factory_Instantiator |
||
25 | */ |
||
26 | protected Mailcode_Factory_Instantiator $instantiator; |
||
27 | |||
28 | /** |
||
29 | * @var Mailcode_Commands |
||
30 | */ |
||
31 | protected Mailcode_Commands $commands; |
||
32 | |||
33 | public function __construct() |
||
37 | } |
||
38 | |||
39 | public function end(): Mailcode_Commands_Command_End |
||
55 | } |
||
56 | |||
57 | protected function quoteString(string $string): string |
||
66 |