| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | final class Properties 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 Property|DeclarationInterface |
||
| 38 | */ |
||
| 39 | public function get(string $name): Property |
||
| 52 |