Method | Description | |
---|---|---|
__construct ( boolean $importUse = false ) | Set import use to true in order to use imported annotations, otherwise import the PHPBench annotations directly. | |
getClassAnnotations ( |
Return annotations for the given class. | |
getMethodAnnotations ( |
Method | Description | |
---|---|---|
collectImports ( |
||
getPhpBenchImports ( ) | ||
getUseImports ( |
||
parse ( $input, $context = '' ) | Delegates to the doctrine DocParser but catches annotation not found errors and throws something useful. |
public __construct ( boolean $importUse = false ) | ||
$importUse | boolean |
public getClassAnnotations ( |
||
$class |
public getMethodAnnotations ( |
||
$method |