Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class Users extends AbstractService |
||
10 | { |
||
11 | /** |
||
12 | * Get user by the given ID. |
||
13 | * |
||
14 | * @param integer $id User ID. |
||
15 | * @param OsnovaResource $resource = null Osnova resource that will be bound to entry. |
||
16 | * |
||
17 | * @return User|null |
||
18 | */ |
||
19 | public function getUser($id, OsnovaResource $resource = null) |
||
35 |