| 1 | <?php |
||
| 15 | class Yandex extends \Embera\Adapters\Service |
||
| 16 | { |
||
| 17 | /** inline {@inheritdoc} */ |
||
| 18 | protected $apiUrl = 'http://video.yandex.ru/oembed.json'; |
||
| 19 | |||
| 20 | /** inline {@inheritdoc} */ |
||
| 21 | protected function validateUrl() |
||
| 27 | |||
| 28 | /** inline {@inheritdoc} */ |
||
| 29 | protected function normalizeUrl() |
||
| 37 | } |
||
| 38 |