mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Add docs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
How to 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:
|
||||
|
||||
Reference in New Issue
Block a user