-
Notifications
You must be signed in to change notification settings - Fork 0
MedInTech/php52-annotation
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Install:
composer require arth/php52-annotation --no-dev
Usage:
$annotations = MedInTech_Util_Annotations::fromClassFull($className);
echo json_encode($annotations);
{"class": [], "properties": [], "methods": []}
Hint:
It's designed to be php5.2 compatible, but unit tests assumed to run on recent php versions.
Purpose is to have zero-level dependency on legacy php features.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published