additional_plugins/serendipity_event_oembed/oembed/PhotoEmbed.class.php
2011-12-14 12:18:36 +01:00

7 lines
94 B
PHP

<?
class PhotoEmbed extends OEmbed{
public $url;
public $width;
public $height;
}