pub fn get_property<'a>(
codebase: &'a CodebaseMetadata,
fqcn: &str,
property_name: &str,
) -> Option<&'a PropertyMetadata>Expand description
Retrieves the metadata for a property that is declared directly on the given class-like.
This does not search the inheritance hierarchy. The lookup for the class-like name is case-insensitive, but the property name is case-sensitive.