Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class Mailcode_Parser_ParseResult |
||
8 | { |
||
9 | private Mailcode_Collection $collection; |
||
10 | private Mailcode_Parser_PreParser $preParser; |
||
11 | |||
12 | public function __construct(Mailcode_Collection $collection, Mailcode_Parser_PreParser $preParser) |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * @return Mailcode_Collection |
||
20 | */ |
||
21 | public function getCollection() : Mailcode_Collection |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * @return Mailcode_Parser_PreParser |
||
28 | */ |
||
29 | public function getPreParser() : Mailcode_Parser_PreParser |
||
34 |