Total Complexity | 1 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
16 | trait AddParameterToHeaderTrait |
||
17 | { |
||
18 | /** |
||
19 | * Set user-defined parameter. |
||
20 | * |
||
21 | * @param string $name (can be set without preceding VPr / RefVPr) |
||
22 | * @param string $type |
||
23 | * @param mixed $value |
||
24 | * @param mixed|null $list |
||
25 | * |
||
26 | * @return AbstractAgenda |
||
27 | */ |
||
28 | 13 | public function addParameter(string $name, string $type, mixed $value, mixed $list = null): AbstractAgenda |
|
36 |