pub fn class_exists(codebase: &CodebaseMetadata, name: &str) -> boolExpand description
Checks if a class exists in the codebase.
This lookup is case-insensitive, in line with PHP’s behavior for class names.
pub fn class_exists(codebase: &CodebaseMetadata, name: &str) -> boolChecks if a class exists in the codebase.
This lookup is case-insensitive, in line with PHP’s behavior for class names.