mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
20 lines
No EOL
321 B
PHP
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();
|
|
}
|
|
} |