| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | class GeneratedDefinition extends RpcGeneralDefinition |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Definitions of the available procedures in the api. |
||
| 24 | * A key equals to the name of a procedure. |
||
| 25 | * |
||
| 26 | * @var RpcProcedureDefinition[] |
||
| 27 | */ |
||
| 28 | private $methods; |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return RpcProcedureDefinition[] |
||
| 32 | */ |
||
| 33 | public function getMethods(): array |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @param RpcProcedureDefinition[] $methods |
||
| 40 | * @return GeneratedDefinition |
||
| 41 | */ |
||
| 42 | public function setMethods(array $methods): self |
||
| 49 |