| Server IP : 67.43.7.42 / Your IP : 216.73.216.61 Web Server : Apache System : Linux host.isabellascookies.com 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : isabella ( 503) PHP Version : 5.5.38 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/isabella/public_html/constant/docs/ |
Upload File : |
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.8.0" /> <title>Class Ctct\Services\AccountService | Appconnect PHP SDK</title> <script type="text/javascript" src="resources/combined.js?554516056"></script> <script type="text/javascript" src="elementlist.js?1423846706"></script> <link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" /> </head> <body> <div id="left"> <div id="menu"> <a href="index.html" title="Overview"><span>Overview</span></a> <div id="groups"> <h3>Namespaces</h3> <ul> <li class="active"><a href="namespace-Ctct.html">Ctct<span></span></a> <ul> <li><a href="namespace-Ctct.Auth.html">Auth</a> </li> <li><a href="namespace-Ctct.Components.html">Components<span></span></a> <ul> <li><a href="namespace-Ctct.Components.Account.html">Account</a> </li> <li><a href="namespace-Ctct.Components.Activities.html">Activities</a> </li> <li><a href="namespace-Ctct.Components.Contacts.html">Contacts</a> </li> <li><a href="namespace-Ctct.Components.EmailMarketing.html">EmailMarketing</a> </li> <li><a href="namespace-Ctct.Components.Tracking.html">Tracking</a> </li> </ul></li> <li><a href="namespace-Ctct.Exceptions.html">Exceptions</a> </li> <li class="active"><a href="namespace-Ctct.Services.html">Services</a> </li> </ul></li> <li><a href="namespace-PHP.html">PHP</a> </li> </ul> </div> <hr /> <div id="elements"> <h3>Classes</h3> <ul> <li class="active"><a href="class-Ctct.Services.AccountService.html">AccountService</a></li> <li><a href="class-Ctct.Services.ActivityService.html">ActivityService</a></li> <li><a href="class-Ctct.Services.BaseService.html">BaseService</a></li> <li><a href="class-Ctct.Services.CampaignScheduleService.html">CampaignScheduleService</a></li> <li><a href="class-Ctct.Services.CampaignTrackingService.html">CampaignTrackingService</a></li> <li><a href="class-Ctct.Services.ContactService.html">ContactService</a></li> <li><a href="class-Ctct.Services.ContactTrackingService.html">ContactTrackingService</a></li> <li><a href="class-Ctct.Services.EmailMarketingService.html">EmailMarketingService</a></li> <li><a href="class-Ctct.Services.ListService.html">ListService</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <form id="search"> <input type="hidden" name="cx" value="" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" class="text" /> <input type="submit" value="Search" /> </form> <div id="navigation"> <ul> <li> <a href="index.html" title="Overview"><span>Overview</span></a> </li> <li> <a href="namespace-Ctct.Services.html" title="Summary of Ctct\Services"><span>Namespace</span></a> </li> <li class="active"> <span>Class</span> </li> </ul> <ul> <li> <a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a> </li> </ul> <ul> </ul> </div> <div id="content" class="class"> <h1>Class AccountService</h1> <div class="description"> <p>Performs all actions pertaining to scheduling Constant Contact Account's</p> </div> <dl class="tree"> <dd style="padding-left:0px"> <a href="class-Ctct.Services.BaseService.html"><span>Ctct\Services\BaseService</span></a> </dd> <dd style="padding-left:30px"> <img src="resources/inherit.png" alt="Extended by" /> <b><span>Ctct\Services\AccountService</span></b> </dd> </dl> <div class="info"> <b>Namespace:</b> <a href="namespace-Ctct.html">Ctct</a>\<a href="namespace-Ctct.Services.html">Services</a><br /> <b>Package:</b> Services<br /> <b>Author:</b> Constant Contact<br /> <b>Located at</b> <a href="source-class-Ctct.Services.AccountService.html#8-37" title="Go to source code">Ctct/Services/AccountService.php</a><br /> </div> <table class="summary" id="methods"> <caption>Methods summary</caption> <tr data-order="getVerifiedEmailAddresses" id="_getVerifiedEmailAddresses"> <td class="attributes"><code> public array </code> </td> <td class="name"><div> <a class="anchor" href="#_getVerifiedEmailAddresses">#</a> <code><a href="source-class-Ctct.Services.AccountService.html#16-36" title="Go to source code">getVerifiedEmailAddresses</a>( <span>string <var>$accessToken</var></span>, <span>array <var>$params</var></span> )</code> <div class="description short"> <p>Get all verified email addresses associated with an account</p> </div> <div class="description detailed hidden"> <p>Get all verified email addresses associated with an account</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$accessToken</var></dt> <dd><code>string</code><br>$accessToken - Constant Contact OAuth2 Access Token</dd> <dt><var>$params</var></dt> <dd><code>array</code><br>$params - array of query parameters/values to append to the request</dd> </dl></div> <h4>Returns</h4> <div class="list"> <code>array</code><br>of VerifiedEmailAddress<br /> </div> </div> </div></td> </tr> </table> <table class="summary inherited"> <caption>Methods inherited from <a href="class-Ctct.Services.BaseService.html#methods">Ctct\Services\BaseService</a></caption> <tr> <td><code> <a href="class-Ctct.Services.BaseService.html#___construct">__construct()</a>, <a href="class-Ctct.Services.BaseService.html#_buildUrl">buildUrl()</a>, <a href="class-Ctct.Services.BaseService.html#_getHeaders">getHeaders()</a>, <a href="class-Ctct.Services.BaseService.html#_getRestClient">getRestClient()</a>, <a href="class-Ctct.Services.BaseService.html#_setRestClient">setRestClient()</a> </code></td> </tr> </table> <table class="summary inherited"> <caption>Properties inherited from <a href="class-Ctct.Services.BaseService.html#properties">Ctct\Services\BaseService</a></caption> <tr> <td><code> <a href="class-Ctct.Services.BaseService.html#$apiKey"><var>$apiKey</var></a>, <a href="class-Ctct.Services.BaseService.html#$restClient"><var>$restClient</var></a> </code></td> </tr> </table> </div> <div id="footer"> Appconnect PHP SDK API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a> </div> </div> </div> </body> </html>