Provides methods to detect accessor name collisions during serialization.
- internal
Trait
| Methods |
| private getAttributeNameFromAccessor(ReflectionClass $class, ReflectionMethod $method, bool $andMutator) : ?string |
| private hasAttributeNameCollision(ReflectionClass $class, string $attributeName, string $methodName) : bool |
| private hasPropertyForAccessor(ReflectionClass $class, string $propName) : bool |
| private isReadableAccessorMethod(ReflectionMethod $method) : bool |