| 1 | <?php |
||
| 31 | class Profile |
||
| 32 | { |
||
| 33 | /* |
||
| 34 | |-------------------------------------------------------------------------- |
||
| 35 | | Profile Class |
||
| 36 | |-------------------------------------------------------------------------- |
||
| 37 | | |
||
| 38 | | Send message to other user. |
||
| 39 | | |
||
| 40 | */ |
||
| 41 | |||
| 42 | /** |
||
| 43 | * To get User Profile |
||
| 44 | * |
||
| 45 | * @param string $userId To store userId |
||
| 46 | * |
||
| 47 | * @return array / null |
||
| 48 | */ |
||
| 49 | public static function getProfile($userId) |
||
| 67 | } |
||
| 68 |