*/ /** * The view class of the integration_search module * * @author MinSoo Kim */ class integration_searchMobile extends integration_searchView { /** * Search Result * * @return Object */ function IS() { parent::IS(); } }