07/12
2017
Wallogit.com
2017 © Pedro Peláez
Php library for managing metadata in objects and functions annotations
Library for managing metadata in Objects and/or Methods definitions, (*1)
<?php
/**
* @MetaSample(
* @propertyOne hello
* @propertyTwo world
* @propertyThree()
* @propertyFour(@subP41=001, @subp42=002)
* @propertyFive(
* @subP51=001
* @subp62=002
* ),
* @propertySix six, @propertySeven=seven
* )
*/
class Test{...}