phpactor_class_info
Retrieve indexed details for a PHP class: FQCN, file path, type, interfaces implemented, and implementing classes.
Instructions
Query indexed information about a PHP class: FQCN, file path, type, what it implements, and what implements it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqcn | Yes | Fully qualified class name (e.g. App\Entity\User) | |
| projectPath | Yes | Absolute path to the PHP project root |