rhymix/modules/trash/trash.view.php
2011-06-29 15:36:09 +00:00

16 lines
220 B
PHP

<?php
/**
* @class trashView
* @author NHN (developers@xpressengine.com)
* @brief View class of the module trash
**/
class trashView extends trash {
/**
* @brief Initialization
**/
function init() {
}
}
?>