rhymix/modules/trash/trash.view.php
2023-10-02 22:59:25 +09:00

22 lines
396 B
PHP

<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* 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 */