1 | <?php |
||
20 | class UserProfilePhotos extends Entity |
||
21 | { |
||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | protected function subEntities() |
||
31 | |||
32 | /** |
||
33 | 1 | * Requested profile pictures (in up to 4 sizes each) |
|
34 | * |
||
35 | * This method overrides the default getPhotos method and returns a nice array |
||
36 | 1 | * |
|
37 | 1 | * @return PhotoSize[] |
|
38 | */ |
||
39 | public function getPhotos() |
||
55 | } |
||
56 |