stevenrombauts / Annotations-Parser

Annotation parser implementation for Nooku Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage:


$oClassReflect = new ReflectionClass("MyClass");
$sDocComment = $oClassReflect->getDocComment();

$parser = new Parser();
$annotations = $parser->parse($sDocComment);

Info:

Please see these slides

About

Annotation parser implementation for Nooku Server


Languages

Language:PHP 100.0%