| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | class AttributeVisibilityHelper |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * Get the visibility of a property. |
||
| 30 | * |
||
| 31 | * @param Node\Stmt\Property $property The property. |
||
| 32 | * |
||
| 33 | * @return int The visibility property. |
||
| 34 | * |
||
| 35 | * @see VisibilityInterface For different constants of visibility. |
||
| 36 | */ |
||
| 37 | public static function getVisibility(Node\Stmt\Property $property): int |
||
| 48 |