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