| Total Complexity | 4 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class ImsLtiServiceResponseFactory |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @param string $type |
||
| 11 | * @param ImsLtiServiceResponseStatus $statusInfo |
||
| 12 | * @param mixed $bodyParam |
||
| 13 | * |
||
| 14 | * @return ImsLtiServiceResponse|null |
||
| 15 | */ |
||
| 16 | public static function create($type, ImsLtiServiceResponseStatus $statusInfo, $bodyParam = null) |
||
| 28 | } |
||
| 29 | } |