default.html 54 KB

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