| 1 | <?php | ||
| 11 | class PropertiesAreAlwaysInitializedExtension implements ReadWritePropertiesExtension | ||
| 12 | { | ||
| 13 | public function isAlwaysRead(PropertyReflection $property, string $propertyName): bool | ||
| 17 | |||
| 18 | public function isAlwaysWritten(PropertyReflection $property, string $propertyName): bool | ||
| 22 | |||
| 23 | public function isInitialized(PropertyReflection $property, string $propertyName): bool | ||
| 27 | } | ||
| 28 |