rhymix/classes/widget/WidgetHandler.class.php
2010-01-13 09:24:38 +00:00

14 lines
275 B
PHP

<?php
/**
* @class WidgetHandler
* @author zero (zero@nzeo.com)
* @brief Handler class for widget execution
* @remark it is empty for now, it would be removed in the future
**/
class WidgetHandler {
var $widget_path = '';
}
?>