Total Complexity | 4 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
19 | class ClassReflectionExtension extends Base |
||
20 | { |
||
21 | /** |
||
22 | * @var Broker|null |
||
23 | */ |
||
24 | private $broker; |
||
25 | |||
26 | public function setBroker(Broker $broker) : void |
||
27 | { |
||
28 | $this->broker = $broker; |
||
29 | } |
||
30 | |||
31 | public function hasProperty(ClassReflection $classReflection, string $propertyName) : bool |
||
44 | ]); |
||
45 | } |
||
46 | |||
47 | public function getProperty(ClassReflection $ref, string $propertyName) : PropertyReflection |
||
52 |