| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class DocBlockClassExcluded extends FuncComponent |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @exclude |
||
| 14 | */ |
||
| 15 | public function doNot() |
||
| 17 | } |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @databag user.name |
||
| 21 | * @databag page.number |
||
| 22 | */ |
||
| 23 | public function withBags() |
||
| 24 | { |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @before funcBefore |
||
| 29 | * @after funcAfter |
||
| 30 | */ |
||
| 31 | public function cbSingle() |
||
| 33 | } |
||
| 34 | } |
||
| 35 |