芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/modules/MobileSync/Module.php
oModuleSettings; } /***** public functions might be called with web API *****/ /** * Collects the information about mobile sync from other modules and returns it. * * @return array */ public function GetInfo() { \Aurora\System\Api::checkUserRoleIsAtLeast(\Aurora\System\Enums\UserRole::NormalUser); $mResult = array(); $aArgs = array(); $this->broadcastEvent( 'GetInfo', $aArgs, $mResult ); return $mResult; } /***** public functions might be called with web API *****/ }