| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class UserLanguage extends ApiAbstract |
||
| 14 | { |
||
| 15 | const ENTITY_SINGULAR = 'userLanguage'; |
||
| 16 | const ENTITY_PLURAL = 'userLanguages'; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * UserLanguage constructor. |
||
| 20 | * |
||
| 21 | * @param LoggerInterface $logger |
||
| 22 | * @param RepoService $repoService |
||
| 23 | */ |
||
| 24 | public function __construct(LoggerInterface $logger, RepoService $repoService) |
||
| 29 |