additional_plugins/serendipity_event_oembed/oembed/RichEmbed.class.php

7 lines
98 B
PHP
Raw Normal View History

<?php
2011-12-14 12:18:36 +01:00
class RichEmbed extends OEmbed {
public $html;
public $width;
public $height;
}