| 1 | <?php |
||
| 10 | class UserOAuth extends BaseUserOAuth implements UserOAuthInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var string |
||
| 14 | */ |
||
| 15 | protected $profilePicture; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @return string |
||
| 19 | */ |
||
| 20 | public function getProfilePicture() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param string $profilePicture |
||
| 27 | */ |
||
| 28 | public function setProfilePicture($profilePicture) |
||
| 32 | } |
||
| 33 |