*/ /** * trashView class * View class of the module trash * * @author NAVER (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 */