rhymix/modules/trash/trash.view.php
2012-11-20 03:01:32 +00:00

21 lines
341 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()
{
}
}
/* End of file trash.view.php */
/* Location: ./modules/trash/trash.view.php */