rhymix/modules/trash/trash.view.php
2012-06-26 07:57:36 +00:00

18 lines
263 B
PHP

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