index.html 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Documentation</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="icon" href="images/favicon.ico"/>
  8. <link rel="stylesheet" href="css/normalize.css">
  9. <link rel="stylesheet" href="css/base.css">
  10. <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet">
  11. <link rel="stylesheet" href="css/template.css">
  12. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
  13. <script src="https://cdn.jsdelivr.net/npm/fuse.js@3.4.6"></script>
  14. <script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
  15. <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/js/all.min.js" integrity="sha256-0vuk8LXoyrmCjp1f0O300qo1M75ZQyhH9X3J6d+scmk=" crossorigin="anonymous"></script>
  16. <script src="js/search.js"></script>
  17. <script defer src="js/searchIndex.js"></script>
  18. </head>
  19. <body id="top">
  20. <header class="phpdocumentor-header phpdocumentor-section">
  21. <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Documentation</a></h1>
  22. <input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
  23. <label class="phpdocumentor-header__menu-icon" for="menu-button">
  24. <i class="fas fa-bars"></i>
  25. </label>
  26. <section data-search-form class="phpdocumentor-search">
  27. <label>
  28. <span class="visually-hidden">Search for</span>
  29. <svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  30. <circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
  31. <line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
  32. </svg>
  33. <input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
  34. </label>
  35. </section>
  36. <nav class="phpdocumentor-topnav">
  37. <ul class="phpdocumentor-topnav__menu">
  38. </ul>
  39. </nav>
  40. </header>
  41. <main class="phpdocumentor">
  42. <div class="phpdocumentor-section">
  43. <input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
  44. <label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
  45. Menu
  46. </label>
  47. <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
  48. <section class="phpdocumentor-sidebar__category">
  49. <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
  50. <h3 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/default.html"><abbr title="\">Global</abbr></a></h3>
  51. </section>
  52. <section class="phpdocumentor-sidebar__category">
  53. <h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
  54. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
  55. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
  56. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
  57. </section>
  58. <section class="phpdocumentor-sidebar__category">
  59. <h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
  60. <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
  61. </section>
  62. </aside>
  63. <div class="phpdocumentor-column -eight phpdocumentor-content">
  64. <h2>Documentation</h2>
  65. <h3 id="toc">
  66. Table of Contents
  67. <a href="#toc" class="headerlink"><i class="fas fa-link"></i></a>
  68. </h3>
  69. <dl class="phpdocumentor-table-of-contents">
  70. <dt class="phpdocumentor-table-of-contents__entry -function -">
  71. <a href="namespaces/default.html#function_zimbraSingleFindAll">zimbraSingleFindAll()</a>
  72. <span>
  73. &nbsp;: array&lt;string|int, mixed&gt; </span>
  74. </dt>
  75. <dd>Helper function to find values of a named key in a multidimensional arrays or objects</dd>
  76. <dt class="phpdocumentor-table-of-contents__entry -function -">
  77. <a href="namespaces/default.html#function_zimbraSingleCheckPassword">zimbraSingleCheckPassword()</a>
  78. <span>
  79. &nbsp;: string </span>
  80. </dt>
  81. <dd>server side password check</dd>
  82. <dt class="phpdocumentor-table-of-contents__entry -function -">
  83. <a href="namespaces/default.html#function_zimbraSingle_MetaData">zimbraSingle_MetaData()</a>
  84. <span>
  85. &nbsp;: array&lt;string|int, mixed&gt; </span>
  86. </dt>
  87. <dd>Define module related meta data.</dd>
  88. <dt class="phpdocumentor-table-of-contents__entry -function -">
  89. <a href="namespaces/default.html#function_zimbraSingle_TestConnection">zimbraSingle_TestConnection()</a>
  90. <span>
  91. &nbsp;: array&lt;string|int, mixed&gt; </span>
  92. </dt>
  93. <dd>Test connection to a Zimbra server with the given server parameters.</dd>
  94. <dt class="phpdocumentor-table-of-contents__entry -function -">
  95. <a href="namespaces/default.html#function_zimbraSingle_ClientArea">zimbraSingle_ClientArea()</a>
  96. <span>
  97. &nbsp;: array&lt;string|int, mixed&gt; </span>
  98. </dt>
  99. <dd>Client area output logic handling.</dd>
  100. <dt class="phpdocumentor-table-of-contents__entry -function -">
  101. <a href="namespaces/default.html#function_zimbraSingle_UsageUpdate">zimbraSingle_UsageUpdate()</a>
  102. <span>
  103. &nbsp;: mixed </span>
  104. </dt>
  105. <dd>Usage Update</dd>
  106. <dt class="phpdocumentor-table-of-contents__entry -function -">
  107. <a href="namespaces/default.html#function_zimbraSingle_ChangePassword">zimbraSingle_ChangePassword()</a>
  108. <span>
  109. &nbsp;: string </span>
  110. </dt>
  111. <dd>Change the password for a Zimbra account.</dd>
  112. <dt class="phpdocumentor-table-of-contents__entry -function -">
  113. <a href="namespaces/default.html#function_zimbraSingle_CreateAccount">zimbraSingle_CreateAccount()</a>
  114. <span>
  115. &nbsp;: string </span>
  116. </dt>
  117. <dd>Provision a new instance of a Zimbra account.</dd>
  118. <dt class="phpdocumentor-table-of-contents__entry -function -">
  119. <a href="namespaces/default.html#function_zimbraSingle_SuspendAccount">zimbraSingle_SuspendAccount()</a>
  120. <span>
  121. &nbsp;: string </span>
  122. </dt>
  123. <dd>Set a Zimbra account to status locked.</dd>
  124. <dt class="phpdocumentor-table-of-contents__entry -function -">
  125. <a href="namespaces/default.html#function_zimbraSingle_UnsuspendAccount">zimbraSingle_UnsuspendAccount()</a>
  126. <span>
  127. &nbsp;: string </span>
  128. </dt>
  129. <dd>Set a Zimbra account to status active.</dd>
  130. <dt class="phpdocumentor-table-of-contents__entry -function -">
  131. <a href="namespaces/default.html#function_zimbraSingle_TerminateAccount">zimbraSingle_TerminateAccount()</a>
  132. <span>
  133. &nbsp;: string </span>
  134. </dt>
  135. <dd>Removes a Zimbra account.</dd>
  136. <dt class="phpdocumentor-table-of-contents__entry -function -">
  137. <a href="namespaces/default.html#function_zimbraSingle_ChangePackage">zimbraSingle_ChangePackage()</a>
  138. <span>
  139. &nbsp;: string </span>
  140. </dt>
  141. <dd>Set a new class of service for a Zimbra account.</dd>
  142. <dt class="phpdocumentor-table-of-contents__entry -function -">
  143. <a href="namespaces/default.html#function_zimbraSingle_ConfigOptions">zimbraSingle_ConfigOptions()</a>
  144. <span>
  145. &nbsp;: array&lt;string|int, mixed&gt; </span>
  146. </dt>
  147. <dd>Define Zimbra product configuration options.</dd>
  148. <dt class="phpdocumentor-table-of-contents__entry -function -">
  149. <a href="namespaces/default.html#function_zimbraSingle_ServiceSingleSignOn">zimbraSingle_ServiceSingleSignOn()</a>
  150. <span>
  151. &nbsp;: array&lt;string|int, mixed&gt; </span>
  152. </dt>
  153. <dd>Perform single sign-on for a given instance of a product/service.</dd>
  154. <dt class="phpdocumentor-table-of-contents__entry -function -">
  155. <a href="namespaces/default.html#function_zimbraSingleUpdateQuota">zimbraSingleUpdateQuota()</a>
  156. <span>
  157. &nbsp;: mixed </span>
  158. </dt>
  159. <dd>Perform an update of customfields to prevent downgrades.</dd>
  160. </dl>
  161. <section class="phpdocumentor-functions">
  162. <h3 class="phpdocumentor-elements__header" id="functions">
  163. Functions
  164. <a href="namespaces/default.html#functions" class="headerlink"><i class="fas fa-link"></i></a>
  165. </h3>
  166. <article class="phpdocumentor-element -function - ">
  167. <h4 class="phpdocumentor-element__name" id="function_zimbraSingleFindAll">
  168. zimbraSingleFindAll()
  169. <a href="namespaces/default.html#function_zimbraSingleFindAll" class="headerlink"><i class="fas fa-link"></i></a>
  170. </h4>
  171. <aside class="phpdocumentor-element-found-in">
  172. <abbr class="phpdocumentor-element-found-in__file" title="zimbraSingle.php"><a href="files/zimbrasingle.html"><abbr title="zimbraSingle.php">zimbraSingle.php</abbr></a></abbr>
  173. :
  174. <span class="phpdocumentor-element-found-in__line">35</span>
  175. </aside>
  176. <p class="phpdocumentor-summary">Helper function to find values of a named key in a multidimensional arrays or objects</p>
  177. <code class="phpdocumentor-code phpdocumentor-signature ">
  178. <span class="phpdocumentor-signature__visibility"></span>
  179. <span class="phpdocumentor-signature__name">zimbraSingleFindAll</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$haystack</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$needle</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>
  180. <section class="phpdocumentor-description"></section>
  181. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  182. <dl class="phpdocumentor-argument-list">
  183. <dt class="phpdocumentor-argument-list__entry">
  184. <span class="phpdocumentor-signature__argument__name">$haystack</span>
  185. : <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
  186. </dt>
  187. <dd class="phpdocumentor-argument-list__definition">
  188. <section class="phpdocumentor-description"><p>mixed data</p>
  189. </section>
  190. </dd>
  191. <dt class="phpdocumentor-argument-list__entry">
  192. <span class="phpdocumentor-signature__argument__name">$needle</span>
  193. : <span class="phpdocumentor-signature__argument__return-type">string</span>
  194. </dt>
  195. <dd class="phpdocumentor-argument-list__definition">
  196. <section class="phpdocumentor-description"><p>key to search for values</p>
  197. </section>
  198. </dd>
  199. </dl>
  200. </article>
  201. <article class="phpdocumentor-element -function - ">
  202. <h4 class="phpdocumentor-element__name" id="function_zimbraSingleCheckPassword">
  203. zimbraSingleCheckPassword()
  204. <a href="namespaces/default.html#function_zimbraSingleCheckPassword" class="headerlink"><i class="fas fa-link"></i></a>
  205. </h4>
  206. <aside class="phpdocumentor-element-found-in">
  207. <abbr class="phpdocumentor-element-found-in__file" title="zimbraSingle.php"><a href="files/zimbrasingle.html"><abbr title="zimbraSingle.php">zimbraSingle.php</abbr></a></abbr>
  208. :
  209. <span class="phpdocumentor-element-found-in__line">60</span>
  210. </aside>
  211. <p class="phpdocumentor-summary">server side password check</p>
  212. <code class="phpdocumentor-code phpdocumentor-signature ">
  213. <span class="phpdocumentor-signature__visibility"></span>
  214. <span class="phpdocumentor-signature__name">zimbraSingleCheckPassword</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$pwd</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>
  215. <section class="phpdocumentor-description"><p>recheck the client side password check
  216. in case that the client side check has been disabled</p>
  217. </section>
  218. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  219. <dl class="phpdocumentor-argument-list">
  220. <dt class="phpdocumentor-argument-list__entry">
  221. <span class="phpdocumentor-signature__argument__name">$pwd</span>
  222. : <span class="phpdocumentor-signature__argument__return-type">string</span>
  223. </dt>
  224. <dd class="phpdocumentor-argument-list__definition">
  225. <section class="phpdocumentor-description"><p>password</p>
  226. </section>
  227. </dd>
  228. </dl>
  229. </article>
  230. <article class="phpdocumentor-element -function - ">
  231. <h4 class="phpdocumentor-element__name" id="function_zimbraSingle_MetaData">
  232. zimbraSingle_MetaData()
  233. <a href="namespaces/default.html#function_zimbraSingle_MetaData" class="headerlink"><i class="fas fa-link"></i></a>
  234. </h4>
  235. <aside class="phpdocumentor-element-found-in">
  236. <abbr class="phpdocumentor-element-found-in__file" title="zimbraSingle.php"><a href="files/zimbrasingle.html"><abbr title="zimbraSingle.php">zimbraSingle.php</abbr></a></abbr>
  237. :
  238. <span class="phpdocumentor-element-found-in__line">93</span>
  239. </aside>
  240. <p class="phpdocumentor-summary">Define module related meta data.</p>
  241. <code class="phpdocumentor-code phpdocumentor-signature ">
  242. <span class="phpdocumentor-signature__visibility"></span>
  243. <span class="phpdocumentor-signature__name">zimbraSingle_MetaData</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>
  244. <section class="phpdocumentor-description"><p>Values returned here are used to determine module related abilities and
  245. settings.</p>
  246. </section>
  247. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  248. Tags
  249. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  250. </h5>
  251. <dl class="phpdocumentor-tag-list">
  252. <dt class="phpdocumentor-tag-list__entry">
  253. <span class="phpdocumentor-tag__name">see</span>
  254. </dt>
  255. <dd class="phpdocumentor-tag-list__definition">
  256. <span class="phpdocumentor-tag-link"><a href="https://developers.whmcs.com/provisioning-modules/meta-data-params/"><abbr title="https://developers.whmcs.com/provisioning-modules/meta-data-params/">https://developers.whmcs.com/provisioning-modules/meta-data-params/</abbr></a></span>
  257. <section class="phpdocumentor-description"></section>
  258. </dd>
  259. </dl>
  260. </article>
  261. <article class="phpdocumentor-element -function - ">
  262. <h4 class="phpdocumentor-element__name" id="function_zimbraSingle_TestConnection">
  263. zimbraSingle_TestConnection()
  264. <a href="namespaces/default.html#function_zimbraSingle_TestConnection" class="headerlink"><i class="fas fa-link"></i></a>
  265. </h4>
  266. <aside class="phpdocumentor-element-found-in">
  267. <abbr class="phpdocumentor-element-found-in__file" title="zimbraSingle.php"><a href="files/zimbrasingle.html"><abbr title="zimbraSingle.php">zimbraSingle.php</abbr></a></abbr>
  268. :
  269. <span class="phpdocumentor-element-found-in__line">122</span>
  270. </aside>
  271. <p class="phpdocumentor-summary">Test connection to a Zimbra server with the given server parameters.</p>
  272. <code class="phpdocumentor-code phpdocumentor-signature ">
  273. <span class="phpdocumentor-signature__visibility"></span>
  274. <span class="phpdocumentor-signature__name">zimbraSingle_TestConnection</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$params</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>
  275. <section class="phpdocumentor-description"><p>Allows an admin user to verify that an API connection can be
  276. successfully made with the given configuration parameters for a
  277. server.</p>
  278. <p>When defined in a module, a Test Connection button will appear
  279. alongside the Server Type dropdown when adding or editing an
  280. existing server.</p>
  281. </section>
  282. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  283. <dl class="phpdocumentor-argument-list">
  284. <dt class="phpdocumentor-argument-list__entry">
  285. <span class="phpdocumentor-signature__argument__name">$params</span>
  286. : <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
  287. </dt>
  288. <dd class="phpdocumentor-argument-list__definition">
  289. <section class="phpdocumentor-description"><p>common module parameters</p>
  290. </section>
  291. </dd>
  292. </dl>
  293. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  294. Tags
  295. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  296. </h5>
  297. <dl class="phpdocumentor-tag-list">
  298. <dt class="phpdocumentor-tag-list__entry">
  299. <span class="phpdocumentor-tag__name">see</span>
  300. </dt>
  301. <dd class="phpdocumentor-tag-list__definition">
  302. <span class="phpdocumentor-tag-link"><a href="https://developers.whmcs.com/provisioning-modules/module-parameters/"><abbr title="https://developers.whmcs.com/provisioning-modules/module-parameters/">https://developers.whmcs.com/provisioning-modules/module-parameters/</abbr></a></span>
  303. <section class="phpdocumentor-description"></section>
  304. </dd>
  305. </dl>
  306. </article>
  307. <article class="phpdocumentor-element -function - ">
  308. <h4 class="phpdocumentor-element__name" id="function_zimbraSingle_ClientArea">
  309. zimbraSingle_ClientArea()
  310. <a href="namespaces/default.html#function_zimbraSingle_ClientArea" class="headerlink"><i class="fas fa-link"></i></a>
  311. </h4>
  312. <aside class="phpdocumentor-element-found-in">
  313. <abbr class="phpdocumentor-element-found-in__file" title="zimbraSingle.php"><a href="files/zimbrasingle.html"><abbr title="zimbraSingle.php">zimbraSingle.php</abbr></a></abbr>
  314. :
  315. <span class="phpdocumentor-element-found-in__line">174</span>
  316. </aside>
  317. <p class="phpdocumentor-summary">Client area output logic handling.</p>
  318. <code class="phpdocumentor-code phpdocumentor-signature ">
  319. <span class="phpdocumentor-signature__visibility"></span>
  320. <span class="phpdocumentor-signature__name">zimbraSingle_ClientArea</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$params</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>
  321. <section class="phpdocumentor-description"><p>This function is used to define module specific client area output. It should
  322. return an array consisting of a template file and optional additional
  323. template variables to make available to that template.</p>
  324. <p>The template file you return can be one of two types:</p>
  325. <ul>
  326. <li>
  327. <p>tabOverviewModuleOutputTemplate - The output of the template provided here
  328. will be displayed as part of the default product/service client area
  329. product overview page.</p>
  330. </li>
  331. <li>
  332. <p>tabOverviewReplacementTemplate - Alternatively using this option allows you
  333. to entirely take control of the product/service overview page within the
  334. client area.</p>
  335. </li>
  336. </ul>
  337. <p>Whichever option you choose, extra template variables are defined in the same
  338. way. This demonstrates the use of the full replacement.</p>
  339. <p>Please Note: Using tabOverviewReplacementTemplate means you should display
  340. the standard information such as pricing and billing details in your custom
  341. template or they will not be visible to the end user.</p>
  342. </section>
  343. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  344. <dl class="phpdocumentor-argument-list">
  345. <dt class="phpdocumentor-argument-list__entry">
  346. <span class="phpdocumentor-signature__argument__name">$params</span>
  347. : <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
  348. </dt>
  349. <dd class="phpdocumentor-argument-list__definition">
  350. <section class="phpdocumentor-description"><p>common module parameters</p>
  351. </section>
  352. </dd>
  353. </dl>
  354. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  355. Tags
  356. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  357. </h5>
  358. <dl class="phpdocumentor-tag-list">
  359. <dt class="phpdocumentor-tag-list__entry">
  360. <span class="phpdocumentor-tag__name">see</span>
  361. </dt>
  362. <dd class="phpdocumentor-tag-list__definition">
  363. <span class="phpdocumentor-tag-link"><a href="https://developers.whmcs.com/provisioning-modules/module-parameters/"><abbr title="https://developers.whmcs.com/provisioning-modules/module-parameters/">https://developers.whmcs.com/provisioning-modules/module-parameters/</abbr></a></span>
  364. <section class="phpdocumentor-description"></section>
  365. </dd>
  366. </dl>
  367. </article>
  368. <article class="phpdocumentor-element -function - ">
  369. <h4 class="phpdocumentor-element__name" id="function_zimbraSingle_UsageUpdate">
  370. zimbraSingle_UsageUpdate()
  371. <a href="namespaces/default.html#function_zimbraSingle_UsageUpdate" class="headerlink"><i class="fas fa-link"></i></a>
  372. </h4>
  373. <aside class="phpdocumentor-element-found-in">
  374. <abbr class="phpdocumentor-element-found-in__file" title="zimbraSingle.php"><a href="files/zimbrasingle.html"><abbr title="zimbraSingle.php">zimbraSingle.php</abbr></a></abbr>
  375. :
  376. <span class="phpdocumentor-element-found-in__line">222</span>
  377. </aside>
  378. <p class="phpdocumentor-summary">Usage Update</p>
  379. <code class="phpdocumentor-code phpdocumentor-signature ">
  380. <span class="phpdocumentor-signature__visibility"></span>
  381. <span class="phpdocumentor-signature__name">zimbraSingle_UsageUpdate</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$params</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
  382. <section class="phpdocumentor-description"><p>Important: Runs daily per server not per product
  383. Run Manually: /admin/reports.php?report=disk_usage_summary&amp;action=updatestats</p>
  384. </section>
  385. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  386. <dl class="phpdocumentor-argument-list">
  387. <dt class="phpdocumentor-argument-list__entry">
  388. <span class="phpdocumentor-signature__argument__name">$params</span>
  389. : <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
  390. </dt>
  391. <dd class="phpdocumentor-argument-list__definition">
  392. <section class="phpdocumentor-description"><p>common module parameters</p>
  393. </section>
  394. </dd>
  395. </dl>
  396. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  397. Tags
  398. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  399. </h5>
  400. <dl class="phpdocumentor-tag-list">
  401. <dt class="phpdocumentor-tag-list__entry">
  402. <span class="phpdocumentor-tag__name">see</span>
  403. </dt>
  404. <dd class="phpdocumentor-tag-list__definition">
  405. <span class="phpdocumentor-tag-link"><a href="https://developers.whmcs.com/provisioning-modules/usage-update/"><abbr title="https://developers.whmcs.com/provisioning-modules/usage-update/">https://developers.whmcs.com/provisioning-modules/usage-update/</abbr></a></span>
  406. <section class="phpdocumentor-description"></section>
  407. </dd>
  408. </dl>
  409. </article>
  410. <article class="phpdocumentor-element -function - ">
  411. <h4 class="phpdocumentor-element__name" id="function_zimbraSingle_ChangePassword">
  412. zimbraSingle_ChangePassword()
  413. <a href="namespaces/default.html#function_zimbraSingle_ChangePassword" class="headerlink"><i class="fas fa-link"></i></a>
  414. </h4>
  415. <aside class="phpdocumentor-element-found-in">
  416. <abbr class="phpdocumentor-element-found-in__file" title="zimbraSingle.php"><a href="files/zimbrasingle.html"><abbr title="zimbraSingle.php">zimbraSingle.php</abbr></a></abbr>
  417. :
  418. <span class="phpdocumentor-element-found-in__line">304</span>
  419. </aside>
  420. <p class="phpdocumentor-summary">Change the password for a Zimbra account.</p>
  421. <code class="phpdocumentor-code phpdocumentor-signature ">
  422. <span class="phpdocumentor-signature__visibility"></span>
  423. <span class="phpdocumentor-signature__name">zimbraSingle_ChangePassword</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$params</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>
  424. <section class="phpdocumentor-description"><p>Called when a password change is requested. This can occur either due to a
  425. client requesting it via the client area or an admin requesting it from the
  426. admin side.</p>
  427. <p>This option is only available to client end users when the product is in an
  428. active status.</p>
  429. </section>
  430. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  431. <dl class="phpdocumentor-argument-list">
  432. <dt class="phpdocumentor-argument-list__entry">
  433. <span class="phpdocumentor-signature__argument__name">$params</span>
  434. : <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
  435. </dt>
  436. <dd class="phpdocumentor-argument-list__definition">
  437. <section class="phpdocumentor-description"><p>common module parameters</p>
  438. </section>
  439. </dd>
  440. </dl>
  441. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  442. Tags
  443. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  444. </h5>
  445. <dl class="phpdocumentor-tag-list">
  446. <dt class="phpdocumentor-tag-list__entry">
  447. <span class="phpdocumentor-tag__name">see</span>
  448. </dt>
  449. <dd class="phpdocumentor-tag-list__definition">
  450. <span class="phpdocumentor-tag-link"><a href="https://developers.whmcs.com/provisioning-modules/module-parameters/"><abbr title="https://developers.whmcs.com/provisioning-modules/module-parameters/">https://developers.whmcs.com/provisioning-modules/module-parameters/</abbr></a></span>
  451. <section class="phpdocumentor-description"></section>
  452. </dd>
  453. </dl>
  454. </article>
  455. <article class="phpdocumentor-element -function - ">
  456. <h4 class="phpdocumentor-element__name" id="function_zimbraSingle_CreateAccount">
  457. zimbraSingle_CreateAccount()
  458. <a href="namespaces/default.html#function_zimbraSingle_CreateAccount" class="headerlink"><i class="fas fa-link"></i></a>
  459. </h4>
  460. <aside class="phpdocumentor-element-found-in">
  461. <abbr class="phpdocumentor-element-found-in__file" title="zimbraSingle.php"><a href="files/zimbrasingle.html"><abbr title="zimbraSingle.php">zimbraSingle.php</abbr></a></abbr>
  462. :
  463. <span class="phpdocumentor-element-found-in__line">352</span>
  464. </aside>
  465. <p class="phpdocumentor-summary">Provision a new instance of a Zimbra account.</p>
  466. <code class="phpdocumentor-code phpdocumentor-signature ">
  467. <span class="phpdocumentor-signature__visibility"></span>
  468. <span class="phpdocumentor-signature__name">zimbraSingle_CreateAccount</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$params</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>
  469. <section class="phpdocumentor-description"><p>Attempt to provision a new Zimbra mail account. This is
  470. called any time provisioning is requested inside of WHMCS. Depending upon the
  471. configuration, this can be any of:</p>
  472. <ul>
  473. <li>When a new order is placed</li>
  474. <li>When an invoice for a new order is paid</li>
  475. <li>Upon manual request by an admin user</li>
  476. </ul>
  477. </section>
  478. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  479. <dl class="phpdocumentor-argument-list">
  480. <dt class="phpdocumentor-argument-list__entry">
  481. <span class="phpdocumentor-signature__argument__name">$params</span>
  482. : <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
  483. </dt>
  484. <dd class="phpdocumentor-argument-list__definition">
  485. <section class="phpdocumentor-description"><p>common module parameters</p>
  486. </section>
  487. </dd>
  488. </dl>
  489. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  490. Tags
  491. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  492. </h5>
  493. <dl class="phpdocumentor-tag-list">
  494. <dt class="phpdocumentor-tag-list__entry">
  495. <span class="phpdocumentor-tag__name">see</span>
  496. </dt>
  497. <dd class="phpdocumentor-tag-list__definition">
  498. <span class="phpdocumentor-tag-link"><a href="https://developers.whmcs.com/provisioning-modules/module-parameters/"><abbr title="https://developers.whmcs.com/provisioning-modules/module-parameters/">https://developers.whmcs.com/provisioning-modules/module-parameters/</abbr></a></span>
  499. <section class="phpdocumentor-description"></section>
  500. </dd>
  501. </dl>
  502. </article>
  503. <article class="phpdocumentor-element -function - ">
  504. <h4 class="phpdocumentor-element__name" id="function_zimbraSingle_SuspendAccount">
  505. zimbraSingle_SuspendAccount()
  506. <a href="namespaces/default.html#function_zimbraSingle_SuspendAccount" class="headerlink"><i class="fas fa-link"></i></a>
  507. </h4>
  508. <aside class="phpdocumentor-element-found-in">
  509. <abbr class="phpdocumentor-element-found-in__file" title="zimbraSingle.php"><a href="files/zimbrasingle.html"><abbr title="zimbraSingle.php">zimbraSingle.php</abbr></a></abbr>
  510. :
  511. <span class="phpdocumentor-element-found-in__line">451</span>
  512. </aside>
  513. <p class="phpdocumentor-summary">Set a Zimbra account to status locked.</p>
  514. <code class="phpdocumentor-code phpdocumentor-signature ">
  515. <span class="phpdocumentor-signature__visibility"></span>
  516. <span class="phpdocumentor-signature__name">zimbraSingle_SuspendAccount</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$params</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>
  517. <section class="phpdocumentor-description"><p>Called when a suspension is requested. This is invoked automatically by WHMCS
  518. when a product becomes overdue on payment or can be called manually by admin
  519. user.</p>
  520. </section>
  521. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  522. <dl class="phpdocumentor-argument-list">
  523. <dt class="phpdocumentor-argument-list__entry">
  524. <span class="phpdocumentor-signature__argument__name">$params</span>
  525. : <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
  526. </dt>
  527. <dd class="phpdocumentor-argument-list__definition">
  528. <section class="phpdocumentor-description"><p>common module parameters</p>
  529. </section>
  530. </dd>
  531. </dl>
  532. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  533. Tags
  534. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  535. </h5>
  536. <dl class="phpdocumentor-tag-list">
  537. <dt class="phpdocumentor-tag-list__entry">
  538. <span class="phpdocumentor-tag__name">see</span>
  539. </dt>
  540. <dd class="phpdocumentor-tag-list__definition">
  541. <span class="phpdocumentor-tag-link"><a href="https://developers.whmcs.com/provisioning-modules/module-parameters/"><abbr title="https://developers.whmcs.com/provisioning-modules/module-parameters/">https://developers.whmcs.com/provisioning-modules/module-parameters/</abbr></a></span>
  542. <section class="phpdocumentor-description"></section>
  543. </dd>
  544. </dl>
  545. </article>
  546. <article class="phpdocumentor-element -function - ">
  547. <h4 class="phpdocumentor-element__name" id="function_zimbraSingle_UnsuspendAccount">
  548. zimbraSingle_UnsuspendAccount()
  549. <a href="namespaces/default.html#function_zimbraSingle_UnsuspendAccount" class="headerlink"><i class="fas fa-link"></i></a>
  550. </h4>
  551. <aside class="phpdocumentor-element-found-in">
  552. <abbr class="phpdocumentor-element-found-in__file" title="zimbraSingle.php"><a href="files/zimbrasingle.html"><abbr title="zimbraSingle.php">zimbraSingle.php</abbr></a></abbr>
  553. :
  554. <span class="phpdocumentor-element-found-in__line">492</span>
  555. </aside>
  556. <p class="phpdocumentor-summary">Set a Zimbra account to status active.</p>
  557. <code class="phpdocumentor-code phpdocumentor-signature ">
  558. <span class="phpdocumentor-signature__visibility"></span>
  559. <span class="phpdocumentor-signature__name">zimbraSingle_UnsuspendAccount</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$params</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>
  560. <section class="phpdocumentor-description"><p>Called when an un-suspension is requested. This is invoked
  561. automatically upon payment of an overdue invoice for a product, or
  562. can be called manually by admin user.</p>
  563. </section>
  564. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  565. <dl class="phpdocumentor-argument-list">
  566. <dt class="phpdocumentor-argument-list__entry">
  567. <span class="phpdocumentor-signature__argument__name">$params</span>
  568. : <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
  569. </dt>
  570. <dd class="phpdocumentor-argument-list__definition">
  571. <section class="phpdocumentor-description"><p>common module parameters</p>
  572. </section>
  573. </dd>
  574. </dl>
  575. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  576. Tags
  577. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  578. </h5>
  579. <dl class="phpdocumentor-tag-list">
  580. <dt class="phpdocumentor-tag-list__entry">
  581. <span class="phpdocumentor-tag__name">see</span>
  582. </dt>
  583. <dd class="phpdocumentor-tag-list__definition">
  584. <span class="phpdocumentor-tag-link"><a href="https://developers.whmcs.com/provisioning-modules/module-parameters/"><abbr title="https://developers.whmcs.com/provisioning-modules/module-parameters/">https://developers.whmcs.com/provisioning-modules/module-parameters/</abbr></a></span>
  585. <section class="phpdocumentor-description"></section>
  586. </dd>
  587. </dl>
  588. </article>
  589. <article class="phpdocumentor-element -function - ">
  590. <h4 class="phpdocumentor-element__name" id="function_zimbraSingle_TerminateAccount">
  591. zimbraSingle_TerminateAccount()
  592. <a href="namespaces/default.html#function_zimbraSingle_TerminateAccount" class="headerlink"><i class="fas fa-link"></i></a>
  593. </h4>
  594. <aside class="phpdocumentor-element-found-in">
  595. <abbr class="phpdocumentor-element-found-in__file" title="zimbraSingle.php"><a href="files/zimbrasingle.html"><abbr title="zimbraSingle.php">zimbraSingle.php</abbr></a></abbr>
  596. :
  597. <span class="phpdocumentor-element-found-in__line">532</span>
  598. </aside>
  599. <p class="phpdocumentor-summary">Removes a Zimbra account.</p>
  600. <code class="phpdocumentor-code phpdocumentor-signature ">
  601. <span class="phpdocumentor-signature__visibility"></span>
  602. <span class="phpdocumentor-signature__name">zimbraSingle_TerminateAccount</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$params</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>
  603. <section class="phpdocumentor-description"><p>Called when a termination is requested. This can be invoked automatically for
  604. overdue products if enabled, or requested manually by an admin user.</p>
  605. </section>
  606. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  607. <dl class="phpdocumentor-argument-list">
  608. <dt class="phpdocumentor-argument-list__entry">
  609. <span class="phpdocumentor-signature__argument__name">$params</span>
  610. : <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
  611. </dt>
  612. <dd class="phpdocumentor-argument-list__definition">
  613. <section class="phpdocumentor-description"><p>common module parameters</p>
  614. </section>
  615. </dd>
  616. </dl>
  617. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  618. Tags
  619. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  620. </h5>
  621. <dl class="phpdocumentor-tag-list">
  622. <dt class="phpdocumentor-tag-list__entry">
  623. <span class="phpdocumentor-tag__name">see</span>
  624. </dt>
  625. <dd class="phpdocumentor-tag-list__definition">
  626. <span class="phpdocumentor-tag-link"><a href="https://developers.whmcs.com/provisioning-modules/module-parameters/"><abbr title="https://developers.whmcs.com/provisioning-modules/module-parameters/">https://developers.whmcs.com/provisioning-modules/module-parameters/</abbr></a></span>
  627. <section class="phpdocumentor-description"></section>
  628. </dd>
  629. </dl>
  630. </article>
  631. <article class="phpdocumentor-element -function - ">
  632. <h4 class="phpdocumentor-element__name" id="function_zimbraSingle_ChangePackage">
  633. zimbraSingle_ChangePackage()
  634. <a href="namespaces/default.html#function_zimbraSingle_ChangePackage" class="headerlink"><i class="fas fa-link"></i></a>
  635. </h4>
  636. <aside class="phpdocumentor-element-found-in">
  637. <abbr class="phpdocumentor-element-found-in__file" title="zimbraSingle.php"><a href="files/zimbrasingle.html"><abbr title="zimbraSingle.php">zimbraSingle.php</abbr></a></abbr>
  638. :
  639. <span class="phpdocumentor-element-found-in__line">590</span>
  640. </aside>
  641. <p class="phpdocumentor-summary">Set a new class of service for a Zimbra account.</p>
  642. <code class="phpdocumentor-code phpdocumentor-signature ">
  643. <span class="phpdocumentor-signature__visibility"></span>
  644. <span class="phpdocumentor-signature__name">zimbraSingle_ChangePackage</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$params</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>
  645. <section class="phpdocumentor-description"><p>Called to apply a change of the class of service. It
  646. is called to provision upgrade or downgrade orders, as well as being
  647. able to be invoked manually by an admin user.</p>
  648. <p>This same function is called for upgrades and downgrades of both
  649. products and configurable options.</p>
  650. </section>
  651. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  652. <dl class="phpdocumentor-argument-list">
  653. <dt class="phpdocumentor-argument-list__entry">
  654. <span class="phpdocumentor-signature__argument__name">$params</span>
  655. : <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
  656. </dt>
  657. <dd class="phpdocumentor-argument-list__definition">
  658. <section class="phpdocumentor-description"><p>common module parameters</p>
  659. </section>
  660. </dd>
  661. </dl>
  662. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  663. Tags
  664. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  665. </h5>
  666. <dl class="phpdocumentor-tag-list">
  667. <dt class="phpdocumentor-tag-list__entry">
  668. <span class="phpdocumentor-tag__name">see</span>
  669. </dt>
  670. <dd class="phpdocumentor-tag-list__definition">
  671. <span class="phpdocumentor-tag-link"><a href="https://developers.whmcs.com/provisioning-modules/module-parameters/"><abbr title="https://developers.whmcs.com/provisioning-modules/module-parameters/">https://developers.whmcs.com/provisioning-modules/module-parameters/</abbr></a></span>
  672. <section class="phpdocumentor-description"></section>
  673. </dd>
  674. </dl>
  675. </article>
  676. <article class="phpdocumentor-element -function - ">
  677. <h4 class="phpdocumentor-element__name" id="function_zimbraSingle_ConfigOptions">
  678. zimbraSingle_ConfigOptions()
  679. <a href="namespaces/default.html#function_zimbraSingle_ConfigOptions" class="headerlink"><i class="fas fa-link"></i></a>
  680. </h4>
  681. <aside class="phpdocumentor-element-found-in">
  682. <abbr class="phpdocumentor-element-found-in__file" title="zimbraSingle.php"><a href="files/zimbrasingle.html"><abbr title="zimbraSingle.php">zimbraSingle.php</abbr></a></abbr>
  683. :
  684. <span class="phpdocumentor-element-found-in__line">664</span>
  685. </aside>
  686. <p class="phpdocumentor-summary">Define Zimbra product configuration options.</p>
  687. <code class="phpdocumentor-code phpdocumentor-signature ">
  688. <span class="phpdocumentor-signature__visibility"></span>
  689. <span class="phpdocumentor-signature__name">zimbraSingle_ConfigOptions</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">mixed&nbsp;</span><span class="phpdocumentor-signature__argument__name">$params</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>
  690. <section class="phpdocumentor-description"><p>Gather classes of service from the Zinbra server.
  691. Calls a function to create all necessary customfields for the order form using the selected values.</p>
  692. </section>
  693. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  694. <dl class="phpdocumentor-argument-list">
  695. <dt class="phpdocumentor-argument-list__entry">
  696. <span class="phpdocumentor-signature__argument__name">$params</span>
  697. : <span class="phpdocumentor-signature__argument__return-type">mixed</span>
  698. </dt>
  699. <dd class="phpdocumentor-argument-list__definition">
  700. </dd>
  701. </dl>
  702. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  703. Tags
  704. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  705. </h5>
  706. <dl class="phpdocumentor-tag-list">
  707. <dt class="phpdocumentor-tag-list__entry">
  708. <span class="phpdocumentor-tag__name">see</span>
  709. </dt>
  710. <dd class="phpdocumentor-tag-list__definition">
  711. <span class="phpdocumentor-tag-link"><a href="https://developers.whmcs.com/provisioning-modules/config-options/"><abbr title="https://developers.whmcs.com/provisioning-modules/config-options/">https://developers.whmcs.com/provisioning-modules/config-options/</abbr></a></span>
  712. <section class="phpdocumentor-description"></section>
  713. </dd>
  714. </dl>
  715. </article>
  716. <article class="phpdocumentor-element -function - ">
  717. <h4 class="phpdocumentor-element__name" id="function_zimbraSingle_ServiceSingleSignOn">
  718. zimbraSingle_ServiceSingleSignOn()
  719. <a href="namespaces/default.html#function_zimbraSingle_ServiceSingleSignOn" class="headerlink"><i class="fas fa-link"></i></a>
  720. </h4>
  721. <aside class="phpdocumentor-element-found-in">
  722. <abbr class="phpdocumentor-element-found-in__file" title="zimbraSingle.php"><a href="files/zimbrasingle.html"><abbr title="zimbraSingle.php">zimbraSingle.php</abbr></a></abbr>
  723. :
  724. <span class="phpdocumentor-element-found-in__line">747</span>
  725. </aside>
  726. <p class="phpdocumentor-summary">Perform single sign-on for a given instance of a product/service.</p>
  727. <code class="phpdocumentor-code phpdocumentor-signature ">
  728. <span class="phpdocumentor-signature__visibility"></span>
  729. <span class="phpdocumentor-signature__name">zimbraSingle_ServiceSingleSignOn</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$params</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>
  730. <section class="phpdocumentor-description"><p>Called when single sign-on is requested for an instance of a product/service.</p>
  731. <p>When successful, returns an URL to which the user should be redirected.</p>
  732. </section>
  733. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  734. <dl class="phpdocumentor-argument-list">
  735. <dt class="phpdocumentor-argument-list__entry">
  736. <span class="phpdocumentor-signature__argument__name">$params</span>
  737. : <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
  738. </dt>
  739. <dd class="phpdocumentor-argument-list__definition">
  740. <section class="phpdocumentor-description"><p>common module parameters</p>
  741. </section>
  742. </dd>
  743. </dl>
  744. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  745. Tags
  746. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  747. </h5>
  748. <dl class="phpdocumentor-tag-list">
  749. <dt class="phpdocumentor-tag-list__entry">
  750. <span class="phpdocumentor-tag__name">see</span>
  751. </dt>
  752. <dd class="phpdocumentor-tag-list__definition">
  753. <span class="phpdocumentor-tag-link"><a href="https://developers.whmcs.com/provisioning-modules/module-parameters/"><abbr title="https://developers.whmcs.com/provisioning-modules/module-parameters/">https://developers.whmcs.com/provisioning-modules/module-parameters/</abbr></a></span>
  754. <section class="phpdocumentor-description"></section>
  755. </dd>
  756. </dl>
  757. </article>
  758. <article class="phpdocumentor-element -function - ">
  759. <h4 class="phpdocumentor-element__name" id="function_zimbraSingleUpdateQuota">
  760. zimbraSingleUpdateQuota()
  761. <a href="namespaces/default.html#function_zimbraSingleUpdateQuota" class="headerlink"><i class="fas fa-link"></i></a>
  762. </h4>
  763. <aside class="phpdocumentor-element-found-in">
  764. <abbr class="phpdocumentor-element-found-in__file" title="zimbraSingle.php"><a href="files/zimbrasingle.html"><abbr title="zimbraSingle.php">zimbraSingle.php</abbr></a></abbr>
  765. :
  766. <span class="phpdocumentor-element-found-in__line">813</span>
  767. </aside>
  768. <p class="phpdocumentor-summary">Perform an update of customfields to prevent downgrades.</p>
  769. <code class="phpdocumentor-code phpdocumentor-signature ">
  770. <span class="phpdocumentor-signature__visibility"></span>
  771. <span class="phpdocumentor-signature__name">zimbraSingleUpdateQuota</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$params</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
  772. <section class="phpdocumentor-description"><p>Called in changePackage or createAccount functions.</p>
  773. </section>
  774. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  775. <dl class="phpdocumentor-argument-list">
  776. <dt class="phpdocumentor-argument-list__entry">
  777. <span class="phpdocumentor-signature__argument__name">$params</span>
  778. : <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
  779. </dt>
  780. <dd class="phpdocumentor-argument-list__definition">
  781. <section class="phpdocumentor-description"><p>common module parameters</p>
  782. </section>
  783. </dd>
  784. </dl>
  785. </article>
  786. </section>
  787. <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
  788. <section class="phpdocumentor-search-results__dialog">
  789. <header class="phpdocumentor-search-results__header">
  790. <h2 class="phpdocumentor-search-results__title">Search results</h2>
  791. <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
  792. </header>
  793. <section class="phpdocumentor-search-results__body">
  794. <ul class="phpdocumentor-search-results__entries"></ul>
  795. </section>
  796. </section>
  797. </section>
  798. </div>
  799. </div>
  800. <a href="index.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
  801. </main>
  802. <script>
  803. cssVars({});
  804. </script>
  805. </body>
  806. </html>