Maslosoft Addendum API
Class AnnotationUtility
This is utility class, should not be used in production environment
Methods summary
public static
|
#
fileWalker( string[] $annotations, callable $callback, $searchPaths = [] )
This utility method find files containing $annotations annotates them and performs callback |
public static
mixed[][]
|
#
rawAnnotate( string $file, string $className = null )
Annotate file without including php file and without using reflection. This method returns raw annotation values. This is intented for various builders, which should not include files. This ALWAYS parses file. |
Properties summary
public
array
|
$searchPaths
|
#
[
'annotations'
]
|
public
string
|
$settingsPath
|
#
'config/Preferences/org/netbeans/modules/php/project/'
|
public
|
$outputPath
|
#
null
|
API documentation generated by ApiGen