chrisguitarguy/annotation

一个小型注释库

1.0.0 2014-05-29 03:08 UTC

This package is auto-updated.

Last update: 2024-09-23 06:29:02 UTC


README

Build Status

一个用于解析PHP文档块"注释"的PHP库

示例

<?php
/**
 * This is a docblock.
 *
 * @ThisIsAnAnnotation(argument=2)
 */
 class AClass
 {
    // ...
 }

目标


* Self-contained
* No nested annotation parsing
* Annotations that are not "registered" are ignored