Registry / utility / doctrine-reflection

doctrine-reflection

JSON →
library1.2.4phppackagistunverified

Provides static reflection information about classes, methods, and properties for Doctrine projects.

composer require doctrine/reflection
INSTALL
IMPORT
SIG · DOCTRINE-REFLECTIO
D
doctrine-reflection
utilityphpv1.2.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StaticReflectionClass
use Doctrine\Common\Reflection\StaticReflectionClass;

Get static reflection info for a class.

use Doctrine\Common\Reflection\StaticReflectionClass; $reflection = new StaticReflectionClass('MyClass'); echo $reflection->getName();
Debug
Known issues
breakingDeprecated in favor of doctrine/persistence reflection
fix
Migrate to doctrine/persistence for newer Doctrine versions.
affects: >=1.2.0
Upgrade
Version history
1.2.4latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
doctrine-reflection — pip install doctrine-reflection · libregistry