hubblesite-daily-image-word.../classes/DailyImageWidget.php

10 lines
100 B
PHP
Raw Normal View History

2009-06-02 20:12:47 +00:00
<?php
class DailyImageWidget {
2009-06-03 21:29:23 +00:00
function render() {
if (!empty($this->data)) {
}
}
2009-06-02 20:12:47 +00:00
}
?>