[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 399 lines (14 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Service_DeveloperGarden_BaseUserService:: (18 methods):
getModuleIds()
_checkModuleId()
_buildModuleString()
_getRequestModule()
_getChangeRequestModule()
getSmsQuotaInformation()
getVoiceCallQuotaInformation()
getConfernceCallQuotaInformation()
getLocalSearchQuotaInformation()
getIPLocationQuotaInformation()
getQuotaInformation()
changeSmsQuotaPool()
changeVoiceCallQuotaPool()
changeIPLocationQuotaPool()
changeConferenceCallQuotaPool()
changeLocalSearchQuotaPool()
changeQuotaPool()
getAccountBalance()
Class: Zend_Service_DeveloperGarden_BaseUserService - X-Ref
getModuleIds() X-Ref |
returns an array with all possible ModuleIDs return: array |
_checkModuleId($moduleId) X-Ref |
checks the moduleId and throws exception if not valid param: string $moduleId return: void |
_buildModuleString($module, $environment) X-Ref |
returns the correct module string param: string $module param: integer $environment return: string |
_getRequestModule($moduleId) X-Ref |
returns the request object with the specific moduleId param: string $moduleId return: Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |
_getChangeRequestModule($moduleId, $quotaMax) X-Ref |
returns the request object with the specific moduleId and new quotaMax value param: string $moduleId param: integer $quotaMax return: Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |
getSmsQuotaInformation($environment = self::ENV_PRODUCTION) X-Ref |
returns the Quota Information for SMS Service param: int $environment return: Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |
getVoiceCallQuotaInformation($environment = self::ENV_PRODUCTION) X-Ref |
returns the Quota Information for VoiceCall Service param: int $environment return: Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |
getConfernceCallQuotaInformation($environment = self::ENV_PRODUCTION) X-Ref |
returns the Quota Information for SMS ConferenceCall param: int $environment return: Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |
getLocalSearchQuotaInformation($environment = self::ENV_PRODUCTION) X-Ref |
returns the Quota Information for LocaleSearch Service param: int $environment return: Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |
getIPLocationQuotaInformation($environment = self::ENV_PRODUCTION) X-Ref |
returns the Quota Information for IPLocation Service param: int $environment return: Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |
getQuotaInformation(Zend_Service_DeveloperGarden_Request_BaseUserService_GetQuotaInformation $request) X-Ref |
returns the quota information param: Zend_Service_DeveloperGarden_Request_BaseUserService $request return: Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |
changeSmsQuotaPool($quotaMax = 0, $environment = self::ENV_PRODUCTION) X-Ref |
sets new user quota for the sms service param: integer $quotaMax param: integer $environment return: Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse |
changeVoiceCallQuotaPool($quotaMax = 0, $environment = self::ENV_PRODUCTION) X-Ref |
sets new user quota for the voice call service param: integer $quotaMax param: integer $environment return: Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse |
changeIPLocationQuotaPool($quotaMax = 0, $environment = self::ENV_PRODUCTION) X-Ref |
sets new user quota for the IPLocation service param: integer $quotaMax param: integer $environment return: Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse |
changeConferenceCallQuotaPool($quotaMax = 0, $environment = self::ENV_PRODUCTION) X-Ref |
sets new user quota for the Conference Call service param: integer $quotaMax param: integer $environment return: Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse |
changeLocalSearchQuotaPool($quotaMax = 0, $environment = self::ENV_PRODUCTION) X-Ref |
sets new user quota for the Local Search service param: integer $quotaMax param: integer $environment return: Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse |
changeQuotaPool(Zend_Service_DeveloperGarden_Request_BaseUserService_ChangeQuotaPool $request) X-Ref |
set new quota values for the defined module param: Zend_Service_DeveloperGarden_Request_BaseUserService_ChangeQuotaPool $request return: Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse |
getAccountBalance(array $accounts = array() X-Ref |
get the result for a list of accounts param: array $accounts return: Zend_Service_DeveloperGarden_Response_BaseUserService_GetAccountBalanceResponse |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |