mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
22 lines
396 B
PHP
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 */
|