Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
17 lines
981 B
Markdown
17 lines
981 B
Markdown
⚠ This package is abandoned, consider migrating to alternatives, such as
|
|
`roave/better-reflection`. Features that are still useful to Doctrine have been
|
|
moved to `doctrine/persistence`⚠
|
|
|
|
# Doctrine Reflection
|
|
|
|
[](https://travis-ci.org/doctrine/reflection)
|
|
[](https://codecov.io/gh/doctrine/reflection/branch/1.2.x)
|
|
|
|
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
|
|
|
|
## More resources:
|
|
|
|
* [Website](https://www.doctrine-project.org/)
|
|
* [Documentation](https://www.doctrine-project.org/projects/doctrine-reflection/en/latest/)
|
|
* [Downloads](https://github.com/doctrine/reflection/releases)
|