rhymix/classes/widget/WidgetHandler.class.php
2011-04-01 06:51:30 +00:00

14 lines
288 B
PHP

<?php
/**
* @class WidgetHandler
* @author NHN (developers@xpressengine.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 = '';
}
?>