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