Slide 20
Slide 20 text
__call, __get, __set 🪄🧙
interface PropertiesClassReflectionExtension {
function hasProperty(
ClassReflection $classReflection,
string $propertyName
): bool;
function getProperty(
ClassReflection $classReflection,
string $propertyName
): PropertyReflection;
}
If there's "->getName()" then there's "->name"