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

« back to all changes in this revision

Viewing changes to docs/devel/phpdoc/classes/sambaDomain.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>
520
521
<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>
521
522
</div></div>
522
523
</div>
 
524
<a name="doUploadPreActions" id="doUploadPreActions"></a><div class="element clickable method public doUploadPreActions" data-toggle="collapse" data-target=".doUploadPreActions .collapse">
 
525
<h2>Runs any actions that need to be done before an LDAP entry is created.</h2>
 
526
<pre>doUploadPreActions(array $attributes) : array</pre>
 
527
<div class="labels"><span class="label">Inherited</span></div>
 
528
<div class="row collapse"><div class="detail-description">
 
529
<p class="long_description"></p>
 
530
<table class="table table-bordered"><tr>
 
531
<th>inherited_from</th>
 
532
<td>\baseModule::doUploadPreActions()</td>
 
533
</tr></table>
 
534
<h3>Parameters</h3>
 
535
<div class="subelement argument">
 
536
<h4>$attributes</h4>
 
537
<code>array</code><p>LDAP attributes of this entry (attributes are provided as reference, handle modifications of $attributes with care)</p>
 
538
</div>
 
539
<h3>Returns</h3>
 
540
<div class="subelement response">
 
541
<code>array</code>array which contains status messages. Each entry is an array containing the status message parameters.</div>
 
542
</div></div>
 
543
</div>
523
544
<a name="getAttributes" id="getAttributes"></a><div class="element clickable method public getAttributes" data-toggle="collapse" data-target=".getAttributes .collapse">
524
545
<h2>Returns the LDAP attributes which are managed in this module.</h2>
525
546
<pre>getAttributes() : array</pre>
1639
1660
<code>boolean</code><p>new account</p></div>
1640
1661
<div class="subelement argument">
1641
1662
<h4>$attributes</h4>
1642
 
<code>array</code><p>LDAP attributes of this entry</p></div>
 
1663
<code>array</code><p>LDAP attributes of this entry (added/modified attributes are provided as reference, handle modifications of $attributes with care)</p>
 
1664
</div>
1643
1665
<h3>Returns</h3>
1644
1666
<div class="subelement response">
1645
1667
<code>array</code>array which contains status messages. Each entry is an array containing the status message parameters.</div>
1877
1899
<div class="row"><footer class="span12">
1878
1900
            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>
1879
1901
            Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
1880
 
            generated on 2012-09-24T21:44:12+02:00.<br></footer></div>
 
1902
            generated on 2012-12-17T20:15:43+01:00.<br></footer></div>
1881
1903
</div>
1882
1904
</body>
1883
1905
</html>