additional_plugins/serendipity_event_oembed/oembed/VideoEmbed.class.php
2011-12-14 15:29:47 +01:00

8 lines
156 B
PHP

<?php
class VideoEmbed extends OEmbed {
public $html;
public $width;
public $height;
public $duration; // added by me, not part of OEmbed
}