1 | <?php |
||
5 | class TwitterMedia extends AbstractTwitterMedia |
||
6 | { |
||
7 | /** |
||
8 | * Constructor. |
||
9 | */ |
||
10 | 9 | public function __construct() |
|
13 | |||
14 | /** |
||
15 | * Static constructor. |
||
16 | * |
||
17 | * @param int $id |
||
18 | * @param string $mediaUrl |
||
19 | * @param string $mediaUrlHttps |
||
20 | * @param string $url |
||
21 | * @param string $displayUrl |
||
22 | * @param string $expandedUrl |
||
23 | * @param TwitterMediaSize[] $sizes |
||
24 | * @param string $type |
||
25 | * @param TwitterEntityIndices $indices |
||
26 | * |
||
27 | * @return TwitterMedia |
||
28 | */ |
||
29 | 9 | public static function create( |
|
56 | } |
||
57 |