File: interpreting-a-simple-docblock.rst

package info (click to toggle)
php-phpdocumentor-reflection-docblock 6.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,400 kB
  • sloc: php: 7,928; xml: 113; makefile: 57
file content (9 lines) | stat: -rw-r--r-- 288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
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: