Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | final class Methods extends Aggregator |
||
24 | { |
||
25 | /** |
||
26 | * @param array $constants |
||
27 | */ |
||
28 | public function __construct(array $constants) |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * Get named element by it's name. |
||
35 | * |
||
36 | * @param string $name |
||
37 | * @return Method|DeclarationInterface |
||
38 | */ |
||
39 | public function get(string $name): Method |
||
52 |