CodeExplorer getEventClass example
continue;
} foreach ($docParser->
parse($docComment) as $annotation) { if ($annotation instanceof Event
) { $deprecationVersion =
$annotation->
getDeprecationVersion();
if ($deprecationVersion && Feature::
isActive($deprecationVersion)) { continue;
} $eventClasses[(string) $constant->
getValue()] =
$annotation->
getEventClass();
} } } return $eventClasses;
} private function getDocParser(): DocParser
{ $docParser =
new DocParser();
$docParser->
setImports([