24 lines
392 B
Markdown
Raw Normal View History

2022-08-22 07:39:44 +00:00
# ZM\Annotation\AnnotationMap
## loadAnnotationByParser
```php
2022-12-17 16:42:47 +00:00
public function loadAnnotationByParser(ZM\Annotation\AnnotationParser $parser): void
2022-08-22 07:39:44 +00:00
```
### 描述
作者很懒,什么也没有说
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| parser | ZM\Annotation\AnnotationParser | |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
2022-12-17 16:42:47 +00:00
| void | |