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

7 lines
97 B
PHP

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