Annotations in PHP Sebastian Bergmann

I could not resist and started working on a package that exends the Reflection API of PHP 5 by adding getAnnotations(), getAnnotation($name), and hasAnnotation($name) methods to ReflectionClass, ReflectionFunction, ReflectionMethod, and ReflectionProperty.

PHPにアノテーション機能追加しようというお話。

Sebastianさんはどうやら「PHP自体じゃなくてReflection API使ってPHPのクラスとして実装した方が良いんじゃないか」派。

とりあえず作り始めたコードが載ってますが、肝心のコメントをパースする部分はまだだそうです。
そこどうやるのかが一番気になるんだけども。

・追記
と思ったらすでにPEPr Proposalにあがってました。こんなにサラッと出しちゃうもんなんですねコレ・・・。

Proposal for ””Annotation”“

Comments


Option