additional_plugins/serendipity_event_oembed/oembed/VideoEmbed.class.php

8 lines
153 B
PHP
Raw Normal View History

2011-12-14 03:10:36 +01:00
<?
class VideoEmbed extends OEmbed {
public $html;
public $width;
public $height;
public $duration; // added by me, not part of OEmbed
}