mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
10 lines
288 B
ReStructuredText
10 lines
288 B
ReStructuredText
Interpret a Simple DocBlock
|
|
==================================
|
|
|
|
This guide demonstrates how to parse a simple DocBlock and extract its summary and description using ReflectionDocBlock.
|
|
|
|
.. literalinclude:: ../examples/01-interpreting-a-simple-docblock.php
|
|
:language: php
|
|
:linenos:
|
|
|