Files
barryvdh_ReflectionDocBlock/docs/how-to/reconstituting-a-docblock.rst
T
2026-01-05 22:45:19 +01:00

10 lines
349 B
ReStructuredText

Reconstitute a DocBlock
==============================
ReflectionDocBlock not only allows you to read and interpret DocBlocks, but also to reconstruct them. This is useful if you need to add, remove, or modify tags in your codebase programmatically.
.. literalinclude:: ../examples/03-reconstituting-a-docblock.php
:language: php
:linenos: