rhymix/modules/integration_search/integration_search.mobile.php
2015-12-19 20:41:46 +09:00

20 lines
No EOL
321 B
PHP

<?php
/* Copyright (C) XETOWN CMS <https://www.xetown.com> */
/**
* The view class of the integration_search module
*
* @author MinSoo Kim <misol.kr@gmail.com>
*/
class integration_searchMobile extends integration_searchView
{
/**
* Search Result
*
* @return Object
*/
function IS()
{
parent::IS();
}
}