| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
- <meta charset="utf-8"/>
- <title> » \ZimbraSoapPhp
- </title>
- <meta name="author" content=""/>
- <meta name="description" content=""/>
- <link href="../css/template.css" rel="stylesheet" media="all"/>
-
- <!--[if lt IE 9]>
- <script src="https://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
- <![endif]-->
- <script src="../js/jquery-1.7.1.min.js" type="text/javascript"></script>
- <script src="../js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script>
- <script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script>
- <script src="../js/bootstrap.js" type="text/javascript"></script>
- <script src="../js/template.js" type="text/javascript"></script>
- <script src="../js/prettify/prettify.min.js" type="text/javascript"></script>
-
- <link rel="shortcut icon" href="../img/favicon.ico"/>
- <link rel="apple-touch-icon" href="../img/apple-touch-icon.png"/>
- <link rel="apple-touch-icon" sizes="72x72" href="../img/apple-touch-icon-72x72.png"/>
- <link rel="apple-touch-icon" sizes="114x114" href="../img/apple-touch-icon-114x114.png"/>
- </head>
- <body>
- <div class="navbar navbar-fixed-top">
- <div class="navbar-inner">
- <div class="container">
- <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
- <span class="icon-bar"></span> <span class="icon-bar"></span>
- <span class="icon-bar"></span> </a>
- <a class="brand" href="../index.html">ZimbraSoapPhp</a>
- <div class="nav-collapse">
- <ul class="nav">
- <li class="dropdown">
- <a href="#api" class="dropdown-toggle" data-toggle="dropdown">
- API Documentation <b class="caret"></b>
- </a>
- <ul class="dropdown-menu">
- </ul>
- </li>
- <li class="dropdown" id="charts-menu">
- <a href="#charts" class="dropdown-toggle" data-toggle="dropdown">
- Charts <b class="caret"></b>
- </a>
- <ul class="dropdown-menu">
- <li>
- <a href="../graph_class.html">
- <i class="icon-list-alt"></i> Class hierarchy diagram
- </a>
- </li>
- </ul>
- </li>
- <li class="dropdown" id="reports-menu">
- <a href="#reports" class="dropdown-toggle" data-toggle="dropdown">
- Reports <b class="caret"></b>
- </a>
- <ul class="dropdown-menu">
- <li>
- <a href="../errors.html">
- <i class="icon-list-alt"></i> Errors
- </a>
- </li>
- <li>
- <a href="../markers.html">
- <i class="icon-list-alt"></i> Markers
- </a>
- </li>
- <li>
- <a href="../deprecated.html">
- <i class="icon-list-alt"></i> Deprecated
- </a>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- </div>
- </div>
- <div class="go_to_top">
- <a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>
- </div>
- </div>
-
- <div id="___" class="container">
- <noscript>
- <div class="alert alert-warning">
- Javascript is disabled; several features are only available if Javascript is enabled.
- </div>
- </noscript>
-
-
- <div class="row">
- <div class="span4">
- <div class="btn-group view pull-right" data-toggle="buttons-radio">
- <button class="btn details" title="Show descriptions and method names">
- <i class="icon-list"></i></button><button class="btn simple" title="Show only method names">
- <i class="icon-align-justify"></i>
- </button>
- </div>
- <ul class="side-nav nav nav-list">
- <li class="nav-header">
- <i class="icon-map-marker"></i> Packages
- </li>
- <a href="../packages/ZimbraSoapPhp.html" title="ZimbraSoapPhp">
- <i class="icon-th"></i> ZimbraSoapPhp
- </a>
- <ul class="nav nav-list nav-packages">
-
-
- </ul>
- </ul>
- </div>
- <div class="span8 package-contents">
-
- <ul class="breadcrumb">
- <li><a href="../index.html"><i class="icon-th"></i></a></li>
-
-
- <li>
- <span class="divider">\</span><a href="../packages/ZimbraSoapPhp.html">ZimbraSoapPhp</a>
- </li>
- </ul>
-
-
-
- <div class="package-indent">
- <h3><i class="icon-custom icon-class"></i> Classes, interfaces and traits</h3>
-
-
- <div id="Zm_Account" class="element ajax clickable class">
- <h1>Zm_Account<a href="../classes/Zm_Account.html">¶</a></h1>
- <p class="short_description">Zm_Account is a class which allows to manage Zimbra accounts via SOAP</p>
- <div class="details collapse">You may create, modify, rename, delete and get the attributes of a Zimbra account using this class
- For the usage examples of all class methods check the source code of test.php</div>
- <a href="../classes/Zm_Account.html" class="more">« More »</a>
- </div>
- <div id="Zm_Auth" class="element ajax clickable class">
- <h1>Zm_Auth<a href="../classes/Zm_Auth.html">¶</a></h1>
- <p class="short_description">Zm_Auth is a class which allows to connect to the Zimbra admin or user space via SOAP</p>
- <div class="details collapse">Use this class to connect and login to a Zimbra server
- Example:
- // either authenticate as admin:
- $auth = new Zm_Auth($zimbraServer, $zimbraAdminEmail, $zimbraAdminPassword, "admin");
- // or authenticate as user:
- $auth = new Zm_Auth($zimbraServer, $userEmail, $userPassword, "user");
- // then login
- $l = $auth->login();
- if(is_a($l, "Exception")) {
- echo "Error : cannot login to $zimbraServer\n";
- echo $l->getMessage()."\n";
- exit();
- }</div>
- <a href="../classes/Zm_Auth.html" class="more">« More »</a>
- </div>
- <div id="Zm_Domain" class="element ajax clickable class">
- <h1>Zm_Domain<a href="../classes/Zm_Domain.html">¶</a></h1>
- <p class="short_description">Zm_Domain is a class which allows to manage Zimbra domains via SOAP</p>
- <div class="details collapse">You may create, modify, rename, delete and get the attributes of a Zimbra domain using this class
- For the usage examples of all class methods check the source code of test.php</div>
- <a href="../classes/Zm_Domain.html" class="more">« More »</a>
- </div>
- <div id="Zm_Server" class="element ajax clickable class">
- <h1>Zm_Server<a href="../classes/Zm_Server.html">¶</a></h1>
- <p class="short_description">Zm_Server is a class which allows to manage Zimbra servers via SOAP</p>
- <div class="details collapse">You may create, modify, rename, delete and get the attributes of a Zimbra server using this class
- For the usage examples of all class methods check the source code of test.php</div>
- <a href="../classes/Zm_Server.html" class="more">« More »</a>
- </div>
- <div id="Zm_User" class="element ajax clickable class">
- <h1>Zm_User<a href="../classes/Zm_User.html">¶</a></h1>
- <p class="short_description">Zm_User is a class which allows a Zimbra user to manage its own account via SOAP</p>
- <div class="details collapse">You may change password, modify and get the attributes of a Zimbra user using this class
- For the usage examples of all class methods check the source code of test.php</div>
- <a href="../classes/Zm_User.html" class="more">« More »</a>
- </div>
- </div>
-
-
- </div>
- </div>
- </div>
- <footer class="span12">
- Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by
- <a href="http://glyphicons.com/">Glyphicons</a>.<br/>
- Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and<br/>
- generated on Tue, 26 Sep 2017 11:01:05 +0200.<br/>
- </footer>
- </body>
- </html>
|