~ubuntu-branches/ubuntu/wily/ldap-account-manager/wily

« back to all changes in this revision

Viewing changes to docs/devel/phpdoc/classes/ddns.html

  • Committer: Package Import Robot
  • Author(s): Roland Gruber
  • Date: 2012-12-17 19:41:29 UTC
  • mfrom: (1.2.18)
  • Revision ID: package-import@ubuntu.com-20121217194129-x6g7jgqxelr9o0mv
Tags: 4.0-1
new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
<a href="#reports" class="dropdown-toggle" data-toggle="dropdown">
51
51
                                    Reports <b class="caret"></b></a><ul class="dropdown-menu">
52
52
<li><a href="../errors.html"><i class="icon-remove-sign"></i> Errors 
53
 
                <span class="label label-info">1048</span></a></li>
 
53
                <span class="label label-info">1051</span></a></li>
54
54
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers 
55
55
                <ul><li>todo 
56
56
                <span class="label label-info">11</span>
91
91
<li class="method public "><a href="#display_html_attributes" title="display_html_attributes :: Returns the HTML meta data for the main account page."><span class="description">Returns the HTML meta data for the main account page.</span><pre>display_html_attributes()</pre></a></li>
92
92
<li class="method public inherited"><a href="#display_html_delete" title="display_html_delete :: This function creates meta HTML code which will be displayed when an account should be deleted."><span class="description">This function creates meta HTML code which will be displayed when an account should be deleted.</span><pre>display_html_delete()</pre></a></li>
93
93
<li class="method public inherited"><a href="#doUploadPostActions" title="doUploadPostActions :: This function is responsible to do additional tasks after the account has been created in LDAP (e.g."><span class="description">This function is responsible to do additional tasks after the account has been created in LDAP (e.g.</span><pre>doUploadPostActions()</pre></a></li>
 
94
<li class="method public inherited"><a href="#doUploadPreActions" title="doUploadPreActions :: Runs any actions that need to be done before an LDAP entry is created."><span class="description">Runs any actions that need to be done before an LDAP entry is created.</span><pre>doUploadPreActions()</pre></a></li>
94
95
<li class="method public inherited"><a href="#getAttributes" title="getAttributes :: Returns the LDAP attributes which are managed in this module."><span class="description">Returns the LDAP attributes which are managed in this module.</span><pre>getAttributes()</pre></a></li>
95
96
<li class="method public inherited"><a href="#getButtonStatus" title="getButtonStatus :: Controls if the module button the account page is visible and activated."><span class="description">Controls if the module button the account page is visible and activated.</span><pre>getButtonStatus()</pre></a></li>
96
97
<li class="method public inherited"><a href="#getIcon" title="getIcon :: Returns the path to the module icon."><span class="description">Returns the path to the module icon.</span><pre>getIcon()</pre></a></li>
535
536
<code>array</code>current status <br> array ( <br> 'status' => 'finished' | 'inProgress' // defines if all operations are complete <br> 'progress' => 0..100 // the progress of the operations in percent <br> 'errors' => array // list of arrays which are used to generate StatusMessages <br> )</div>
536
537
</div></div>
537
538
</div>
 
539
<a name="doUploadPreActions" id="doUploadPreActions"></a><div class="element clickable method public doUploadPreActions" data-toggle="collapse" data-target=".doUploadPreActions .collapse">
 
540
<h2>Runs any actions that need to be done before an LDAP entry is created.</h2>
 
541
<pre>doUploadPreActions(array $attributes) : array</pre>
 
542
<div class="labels"><span class="label">Inherited</span></div>
 
543
<div class="row collapse"><div class="detail-description">
 
544
<p class="long_description"></p>
 
545
<table class="table table-bordered"><tr>
 
546
<th>inherited_from</th>
 
547
<td>\baseModule::doUploadPreActions()</td>
 
548
</tr></table>
 
549
<h3>Parameters</h3>
 
550
<div class="subelement argument">
 
551
<h4>$attributes</h4>
 
552
<code>array</code><p>LDAP attributes of this entry (attributes are provided as reference, handle modifications of $attributes with care)</p>
 
553
</div>
 
554
<h3>Returns</h3>
 
555
<div class="subelement response">
 
556
<code>array</code>array which contains status messages. Each entry is an array containing the status message parameters.</div>
 
557
</div></div>
 
558
</div>
538
559
<a name="getAttributes" id="getAttributes"></a><div class="element clickable method public getAttributes" data-toggle="collapse" data-target=".getAttributes .collapse">
539
560
<h2>Returns the LDAP attributes which are managed in this module.</h2>
540
561
<pre>getAttributes() : array</pre>
1638
1659
<code>boolean</code><p>new account</p></div>
1639
1660
<div class="subelement argument">
1640
1661
<h4>$attributes</h4>
1641
 
<code>array</code><p>LDAP attributes of this entry</p></div>
 
1662
<code>array</code><p>LDAP attributes of this entry (added/modified attributes are provided as reference, handle modifications of $attributes with care)</p>
 
1663
</div>
1642
1664
<h3>Returns</h3>
1643
1665
<div class="subelement response">
1644
1666
<code>array</code>array which contains status messages. Each entry is an array containing the status message parameters.</div>
2014
2036
<div class="row"><footer class="span12">
2015
2037
            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>
2016
2038
            Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
2017
 
            generated on 2012-09-24T21:44:11+02:00.<br></footer></div>
 
2039
            generated on 2012-12-17T20:15:42+01:00.<br></footer></div>
2018
2040
</div>
2019
2041
</body>
2020
2042
</html>