| Fully Qualified Name: | Laminas\Code\Annotation\Parser\ParserInterface |
| Name | Description | Defined By |
|---|---|---|
| onCreateAnnotation() | Respond to the "createAnnotation" event | ParserInterface |
| registerAnnotation() | Register an annotation this parser will accept | ParserInterface |
| registerAnnotations() | Register multiple annotations this parser will accept | ParserInterface |
Respond to the "createAnnotation" event
| Parameter Name | Type | Description |
|---|---|---|
| $e | \EventInterface |
Returns: bool|\stdClass
Register an annotation this parser will accept
| Parameter Name | Type | Description |
|---|---|---|
| $annotation | mixed |
Returns: void
Register multiple annotations this parser will accept
| Parameter Name | Type | Description |
|---|---|---|
| $annotations | array|\Traversable |
Returns: void