~ubuntu-branches/ubuntu/trusty/ldap-account-manager/trusty-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
<!DOCTYPE html><html xmlns:date="http://exslt.org/dates-and-times" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<meta charset="utf-8">
<title>LDAP Account Manager » \lamDHCPList</title>
<meta name="author" content="Mike van Riel">
<meta name="description" content="">
<link href="../css/template.css" rel="stylesheet" media="all">
<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">LDAP Account Manager</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">
<li><a>Packages</a></li>
<li><a href="../packages/Crypt.html"><i class="icon-folder-open"></i> Crypt</a></li>
<li><a href="../packages/Help.html"><i class="icon-folder-open"></i> Help</a></li>
<li><a href="../packages/LDAP.html"><i class="icon-folder-open"></i> LDAP</a></li>
<li><a href="../packages/Math.html"><i class="icon-folder-open"></i> Math</a></li>
<li><a href="../packages/Net.html"><i class="icon-folder-open"></i> Net</a></li>
<li><a href="../packages/PDF.html"><i class="icon-folder-open"></i> PDF</a></li>
<li><a href="../packages/PHP.html"><i class="icon-folder-open"></i> PHP</a></li>
<li><a href="../packages/configuration.html"><i class="icon-folder-open"></i> configuration</a></li>
<li><a href="../packages/horde.html"><i class="icon-folder-open"></i> horde</a></li>
<li><a href="../packages/lam.html"><i class="icon-folder-open"></i> lam</a></li>
<li><a href="../packages/lib.html"><i class="icon-folder-open"></i> lib</a></li>
<li><a href="../packages/lists.html"><i class="icon-folder-open"></i> lists</a></li>
<li><a href="../packages/main.html"><i class="icon-folder-open"></i> main</a></li>
<li><a href="../packages/metaHTML.html"><i class="icon-folder-open"></i> metaHTML</a></li>
<li><a href="../packages/modules.html"><i class="icon-folder-open"></i> modules</a></li>
<li><a href="../packages/phpLDAPadmin.html"><i class="icon-folder-open"></i> phpLDAPadmin</a></li>
<li><a href="../packages/profiles.html"><i class="icon-folder-open"></i> profiles</a></li>
<li><a href="../packages/selfService.html"><i class="icon-folder-open"></i> selfService</a></li>
<li><a href="../packages/tools.html"><i class="icon-folder-open"></i> tools</a></li>
<li><a href="../packages/types.html"><i class="icon-folder-open"></i> types</a></li>
</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-remove-sign"></i> Errors 
                <span class="label label-info">1055</span></a></li>
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers 
                <ul><li>todo 
                <span class="label label-info">15</span>
</li></ul></a></li>
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements 
                <span class="label label-info">0</span></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">
<span class="btn-group visibility" data-toggle="buttons-checkbox"><button class="btn public active" title="Show public elements">Public</button><button class="btn protected" title="Show protected elements">Protected</button><button class="btn private" title="Show private elements">Private</button><button class="btn inherited active" title="Show inherited elements">Inherited</button></span><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-custom icon-method"></i> Methods</li>
<li class="method public "><a href="#__construct" title="__construct :: Constructor"><span class="description">Constructor</span><pre>__construct()</pre></a></li>
<li class="method public "><a href="#listDoPost" title="listDoPost :: Manages all POST actions (e.g."><span class="description">Manages all POST actions (e.g.</span><pre>listDoPost()</pre></a></li>
<li class="method public "><a href="#listPrintTableCellContent" title="listPrintTableCellContent :: Prints the content of a cell in the account list for a given LDAP entry and attribute."><span class="description">Prints the content of a cell in the account list for a given LDAP entry and attribute.</span><pre>listPrintTableCellContent()</pre></a></li>
<li class="method public inherited"><a href="#showPage" title="showPage :: Prints the HTML code to display the list view."><span class="description">Prints the HTML code to display the list view.</span><pre>showPage()</pre></a></li>
<li class="nav-header protected">» Protected</li>
<li class="method protected "><a href="#addExtraInputElementsToTopArea" title="addExtraInputElementsToTopArea :: Add DCP main settings button."><span class="description">Add DCP main settings button.</span><pre>addExtraInputElementsToTopArea()</pre></a></li>
<li class="method protected inherited"><a href="#buildLDAPAttributeFilter" title="buildLDAPAttributeFilter :: Builds the LDAP filter based on the filter entries in the GUI."><span class="description">Builds the LDAP filter based on the filter entries in the GUI.</span><pre>buildLDAPAttributeFilter()</pre></a></li>
<li class="method protected inherited"><a href="#canBeFiltered" title="canBeFiltered :: Returns if the given attribute can be filtered."><span class="description">Returns if the given attribute can be filtered.</span><pre>canBeFiltered()</pre></a></li>
<li class="method protected inherited"><a href="#forceRefresh" title="forceRefresh :: Forces a refresh of the LDAP data."><span class="description">Forces a refresh of the LDAP data.</span><pre>forceRefresh()</pre></a></li>
<li class="method protected inherited"><a href="#getAdditionalLDAPAttributesToRead" title="getAdditionalLDAPAttributesToRead :: Returns a list of additional LDAP attributes that should be read."><span class="description">Returns a list of additional LDAP attributes that should be read.</span><pre>getAdditionalLDAPAttributesToRead()</pre></a></li>
<li class="method protected inherited"><a href="#getAdditionalTools" title="getAdditionalTools :: Returns a list of lamListTool objects to display next to the edit/delete buttons."><span class="description">Returns a list of lamListTool objects to display next to the edit/delete buttons.</span><pre>getAdditionalTools()</pre></a></li>
<li class="method protected inherited"><a href="#getFilterAsTextForURL" title="getFilterAsTextForURL :: Returns the filter as text to be used as URL parameter."><span class="description">Returns the filter as text to be used as URL parameter.</span><pre>getFilterAsTextForURL()</pre></a></li>
<li class="method protected inherited"><a href="#listBuildFilter" title="listBuildFilter :: Builds the regular expressions from the filter values."><span class="description">Builds the regular expressions from the filter values.</span><pre>listBuildFilter()</pre></a></li>
<li class="method protected inherited"><a href="#listConfigurationChanged" title="listConfigurationChanged :: Called when the configuration options changed."><span class="description">Called when the configuration options changed.</span><pre>listConfigurationChanged()</pre></a></li>
<li class="method protected inherited"><a href="#listCreateSortMapping" title="listCreateSortMapping :: Determines the sort mapping and stores it in $this-&gt;sortMapping."><span class="description">Determines the sort mapping and stores it in $this-&gt;sortMapping.</span><pre>listCreateSortMapping()</pre></a></li>
<li class="method protected inherited"><a href="#listDrawNavigationBar" title="listDrawNavigationBar :: Draws a navigation bar to switch between pages"><span class="description">Draws a navigation bar to switch between pages</span><pre>listDrawNavigationBar()</pre></a></li>
<li class="method protected inherited"><a href="#listGetAllConfigOptions" title="listGetAllConfigOptions :: Returns a list of possible configuration options."><span class="description">Returns a list of possible configuration options.</span><pre>listGetAllConfigOptions()</pre></a></li>
<li class="method protected inherited"><a href="#listGetAttributeDescriptionList" title="listGetAttributeDescriptionList :: Returns an hash array containing with all attributes to be shown and their descriptions."><span class="description">Returns an hash array containing with all attributes to be shown and their descriptions.</span><pre>listGetAttributeDescriptionList()</pre></a></li>
<li class="method protected inherited"><a href="#listGetConfigOptionByID" title="listGetConfigOptionByID :: Returns the configuration option with the given ID."><span class="description">Returns the configuration option with the given ID.</span><pre>listGetConfigOptionByID()</pre></a></li>
<li class="method protected inherited"><a href="#listGetParams" title="listGetParams :: Sets some internal parameters."><span class="description">Sets some internal parameters.</span><pre>listGetParams()</pre></a></li>
<li class="method protected inherited"><a href="#listPrintButtons" title="listPrintButtons :: Prints the create and delete buttons."><span class="description">Prints the create and delete buttons.</span><pre>listPrintButtons()</pre></a></li>
<li class="method protected inherited"><a href="#listPrintConfigurationPage" title="listPrintConfigurationPage :: Prints the list configuration page."><span class="description">Prints the list configuration page.</span><pre>listPrintConfigurationPage()</pre></a></li>
<li class="method protected inherited"><a href="#listPrintFooter" title="listPrintFooter :: Prints the HTML footer."><span class="description">Prints the HTML footer.</span><pre>listPrintFooter()</pre></a></li>
<li class="method protected inherited"><a href="#listPrintHeader" title="listPrintHeader :: Prints the HTML header."><span class="description">Prints the HTML header.</span><pre>listPrintHeader()</pre></a></li>
<li class="method protected inherited"><a href="#listPrintRedirectMessages" title="listPrintRedirectMessages :: Prints messages when another page (e.g."><span class="description">Prints messages when another page (e.g.</span><pre>listPrintRedirectMessages()</pre></a></li>
<li class="method protected inherited"><a href="#listPrintTableBody" title="listPrintTableBody :: Prints the entry list"><span class="description">Prints the entry list</span><pre>listPrintTableBody()</pre></a></li>
<li class="method protected inherited"><a href="#listPrintTableHeader" title="listPrintTableHeader :: Prints the attribute and filter row at the account table head"><span class="description">Prints the attribute and filter row at the account table head</span><pre>listPrintTableHeader()</pre></a></li>
<li class="method protected inherited"><a href="#listRefreshData" title="listRefreshData :: Rereads the entries from LDAP."><span class="description">Rereads the entries from LDAP.</span><pre>listRefreshData()</pre></a></li>
<li class="method protected inherited"><a href="#listShowOUSelection" title="listShowOUSelection :: Prints a combobox with possible sub-DNs."><span class="description">Prints a combobox with possible sub-DNs.</span><pre>listShowOUSelection()</pre></a></li>
<li class="nav-header private">» Private</li>
<li class="method private inherited"><a href="#listPrintToolLinks" title="listPrintToolLinks :: Prints the tool image links (e.g."><span class="description">Prints the tool image links (e.g.</span><pre>listPrintToolLinks()</pre></a></li>
<li class="method private inherited"><a href="#listReadOptionsFromCookie" title="listReadOptionsFromCookie :: Reads the list options from the cookie value."><span class="description">Reads the list options from the cookie value.</span><pre>listReadOptionsFromCookie()</pre></a></li>
<li class="method private inherited"><a href="#showPDFPage" title="showPDFPage :: Shows the page where the user may select the PDF options."><span class="description">Shows the page where the user may select the PDF options.</span><pre>showPDFPage()</pre></a></li>
<li class="nav-header">
<i class="icon-custom icon-property"></i> Properties</li>
<li class="nav-header protected">» Protected</li>
<li class="property protected inherited"><a href="#%24attrArray" title="$attrArray :: list of LDAP attributes"><span class="description">list of LDAP attributes</span><pre>$attrArray</pre></a></li>
<li class="property protected inherited"><a href="#%24descArray" title="$descArray :: list of attribute descriptions"><span class="description">list of attribute descriptions</span><pre>$descArray</pre></a></li>
<li class="property protected inherited"><a href="#%24entries" title="$entries :: LDAP entries"><span class="description">LDAP entries</span><pre>$entries</pre></a></li>
<li class="property protected inherited"><a href="#%24filters" title="$filters :: list of filters (attribute name =&gt; filter input)"><span class="description">list of filters (attribute name =&gt; filter input)</span><pre>$filters</pre></a></li>
<li class="property protected inherited"><a href="#%24labels" title="$labels :: list of account specific labels"><span class="description">list of account specific labels</span><pre>$labels</pre></a></li>
<li class="property protected inherited"><a href="#%24maxPageEntries" title="$maxPageEntries :: maximum count of entries per page"><span class="description">maximum count of entries per page</span><pre>$maxPageEntries</pre></a></li>
<li class="property protected inherited"><a href="#%24page" title="$page :: current page number"><span class="description">current page number</span><pre>$page</pre></a></li>
<li class="property protected inherited"><a href="#%24possibleSuffixes" title="$possibleSuffixes :: list of possible LDAP suffixes(organizational units)"><span class="description">list of possible LDAP suffixes(organizational units)</span><pre>$possibleSuffixes</pre></a></li>
<li class="property protected inherited"><a href="#%24refresh" title="$refresh :: refresh page switch"><span class="description">refresh page switch</span><pre>$refresh</pre></a></li>
<li class="property protected inherited"><a href="#%24sortColumn" title="$sortColumn :: sort column name"><span class="description">sort column name</span><pre>$sortColumn</pre></a></li>
<li class="property protected inherited"><a href="#%24sortDirection" title="$sortDirection :: sort direction: 1 for ascending, -1 for descending"><span class="description">sort direction: 1 for ascending, -1 for descending</span><pre>$sortDirection</pre></a></li>
<li class="property protected inherited"><a href="#%24sortMapping" title="$sortMapping :: sort mapping for entries array(original index =&gt; sorted index)"><span class="description">sort mapping for entries array(original index =&gt; sorted index)</span><pre>$sortMapping</pre></a></li>
<li class="property protected inherited"><a href="#%24suffix" title="$suffix :: LDAP suffix"><span class="description">LDAP suffix</span><pre>$suffix</pre></a></li>
<li class="property protected inherited"><a href="#%24tabindex" title="$tabindex :: tabindex for GUI elements"><span class="description">tabindex for GUI elements</span><pre>$tabindex</pre></a></li>
<li class="property protected inherited"><a href="#%24type" title="$type :: Account type"><span class="description">Account type</span><pre>$type</pre></a></li>
<li class="nav-header private">» Private</li>
<li class="property private inherited"><a href="#%24configOptions" title="$configOptions :: configuration options"><span class="description">configuration options</span><pre>$configOptions</pre></a></li>
<li class="nav-header">
<i class="icon-custom icon-constant"></i> Constants</li>
<li class="constant  inherited"><a href="#LIST_SIZE_OPTION_NAME" title="LIST_SIZE_OPTION_NAME :: ID for list size config option"><span class="description">ID for list size config option</span><pre>LIST_SIZE_OPTION_NAME</pre></a></li>
<li class="constant  inherited"><a href="#VIRTUAL_ATTRIBUTE_PREFIX" title="VIRTUAL_ATTRIBUTE_PREFIX :: prefix for virtual (non-LDAP) attributes"><span class="description">prefix for virtual (non-LDAP) attributes</span><pre>VIRTUAL_ATTRIBUTE_PREFIX</pre></a></li>
</ul>
</div>
<div class="span8">
<a name="%5ClamDHCPList" id="\lamDHCPList"></a><ul class="breadcrumb">
<li>
<a href="../index.html"><i class="icon-custom icon-class"></i></a><span class="divider">\</span>
</li>
<li><a href="../namespaces/global.html">global</a></li>
<li class="active">
<span class="divider">\</span><a href="../classes/lamDHCPList.html">lamDHCPList</a>
</li>
</ul>
<div href="../classes/lamDHCPList.html" class="element class">
<p class="short_description">Generates the list view.</p>
<div class="details">
<p class="long_description"></p>
<table class="table table-bordered">
<tr>
<th>package</th>
<td><a href="../packages/lists.html">lists</a></td>
</tr>
<tr>
<th>author</th>
<td><a href="">Thomas Manninger</a></td>
</tr>
</table>
<h3>
<i class="icon-custom icon-method"></i> Methods</h3>
<a name="__construct" id="__construct"></a><div class="element clickable method public __construct" data-toggle="collapse" data-target=".__construct .collapse">
<h2>Constructor</h2>
<pre>__construct(string $type) : <a href="../classes/lamList.html">\lamList</a></pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$type</h4>
<code>string</code><p>account type</p></div>
<h3>Returns</h3>
<div class="subelement response">
<code><a href="../classes/lamList.html">\lamList</a></code>list object</div>
</div></div>
</div>
<a name="listDoPost" id="listDoPost"></a><div class="element clickable method public listDoPost" data-toggle="collapse" data-target=".listDoPost .collapse">
<h2>Manages all POST actions (e.g.</h2>
<pre>listDoPost() : String</pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"><p>button pressed) for the account lists.</p></p>
<h3>Returns</h3>
<div class="subelement response">
<code>String</code>HTML fragment to insert into beginning of account list</div>
</div></div>
</div>
<a name="listPrintTableCellContent" id="listPrintTableCellContent"></a><div class="element clickable method public listPrintTableCellContent" data-toggle="collapse" data-target=".listPrintTableCellContent .collapse">
<h2>Prints the content of a cell in the account list for a given LDAP entry and attribute.</h2>
<pre>listPrintTableCellContent(array $entry, string $attribute) </pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$entry</h4>
<code>array</code><p>LDAP attributes</p></div>
<div class="subelement argument">
<h4>$attribute</h4>
<code>string</code><p>attribute name</p></div>
</div></div>
</div>
<a name="showPage" id="showPage"></a><div class="element clickable method public showPage" data-toggle="collapse" data-target=".showPage .collapse">
<h2>Prints the HTML code to display the list view.</h2>
<pre>showPage() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::showPage()</td>
</tr></table>
</div></div>
</div>
<a name="addExtraInputElementsToTopArea" id="addExtraInputElementsToTopArea"></a><div class="element clickable method protected addExtraInputElementsToTopArea" data-toggle="collapse" data-target=".addExtraInputElementsToTopArea .collapse">
<h2>Add DCP main settings button.</h2>
<pre>addExtraInputElementsToTopArea(<a href="../classes/htmlGroup.html">\htmlGroup</a> $left, <a href="../classes/htmlGroup.html">\htmlGroup</a> $right) </pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"><p>additional buttons to the top area.</p></p>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$left</h4>
<code><a href="../classes/htmlGroup.html">\htmlGroup</a></code><p>left part</p></div>
<div class="subelement argument">
<h4>$right</h4>
<code><a href="../classes/htmlGroup.html">\htmlGroup</a></code><p>right part</p></div>
</div></div>
</div>
<a name="buildLDAPAttributeFilter" id="buildLDAPAttributeFilter"></a><div class="element clickable method protected buildLDAPAttributeFilter" data-toggle="collapse" data-target=".buildLDAPAttributeFilter .collapse">
<h2>Builds the LDAP filter based on the filter entries in the GUI.</h2>
<pre>buildLDAPAttributeFilter() : String</pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::buildLDAPAttributeFilter()</td>
</tr></table>
<h3>Returns</h3>
<div class="subelement response">
<code>String</code>LDAP filter</div>
</div></div>
</div>
<a name="canBeFiltered" id="canBeFiltered"></a><div class="element clickable method protected canBeFiltered" data-toggle="collapse" data-target=".canBeFiltered .collapse">
<h2>Returns if the given attribute can be filtered.</h2>
<pre>canBeFiltered(String $attr) : boolean</pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"><p>If filtering is not possible then no filter box will be displayed.
By default all attributes can be filtered.</p></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::canBeFiltered()</td>
</tr></table>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$attr</h4>
<code>String</code><p>attribute name</p></div>
<h3>Returns</h3>
<div class="subelement response">
<code>boolean</code>filtering possible</div>
</div></div>
</div>
<a name="forceRefresh" id="forceRefresh"></a><div class="element clickable method protected forceRefresh" data-toggle="collapse" data-target=".forceRefresh .collapse">
<h2>Forces a refresh of the LDAP data.</h2>
<pre>forceRefresh() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"><p>Function must be called before $this->refresh option is checked to load new LDAP data (e.g. in listGetParams).</p></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::forceRefresh()</td>
</tr></table>
</div></div>
</div>
<a name="getAdditionalLDAPAttributesToRead" id="getAdditionalLDAPAttributesToRead"></a><div class="element clickable method protected getAdditionalLDAPAttributesToRead" data-toggle="collapse" data-target=".getAdditionalLDAPAttributesToRead .collapse">
<h2>Returns a list of additional LDAP attributes that should be read.</h2>
<pre>getAdditionalLDAPAttributesToRead() : array</pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"><p>This can be used to show additional data even if the user selected other attributes to show in the list.</p></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::getAdditionalLDAPAttributesToRead()</td>
</tr></table>
<h3>Returns</h3>
<div class="subelement response">
<code>array</code>additional attribute names</div>
</div></div>
</div>
<a name="getAdditionalTools" id="getAdditionalTools"></a><div class="element clickable method protected getAdditionalTools" data-toggle="collapse" data-target=".getAdditionalTools .collapse">
<h2>Returns a list of lamListTool objects to display next to the edit/delete buttons.</h2>
<pre>getAdditionalTools() : <a href="lib.lists.inc.html#%5ClamListTool">\lamListTool[]</a></pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::getAdditionalTools()</td>
</tr></table>
<h3>Returns</h3>
<div class="subelement response">
<code><a href="lib.lists.inc.html#%5ClamListTool">\lamListTool[]</a></code>tools</div>
</div></div>
</div>
<a name="getFilterAsTextForURL" id="getFilterAsTextForURL"></a><div class="element clickable method protected getFilterAsTextForURL" data-toggle="collapse" data-target=".getFilterAsTextForURL .collapse">
<h2>Returns the filter as text to be used as URL parameter.</h2>
<pre>getFilterAsTextForURL() : String</pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::getFilterAsTextForURL()</td>
</tr></table>
<h3>Returns</h3>
<div class="subelement response">
<code>String</code>filter text</div>
</div></div>
</div>
<a name="listBuildFilter" id="listBuildFilter"></a><div class="element clickable method protected listBuildFilter" data-toggle="collapse" data-target=".listBuildFilter .collapse">
<h2>Builds the regular expressions from the filter values.</h2>
<pre>listBuildFilter() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listBuildFilter()</td>
</tr></table>
</div></div>
</div>
<a name="listConfigurationChanged" id="listConfigurationChanged"></a><div class="element clickable method protected listConfigurationChanged" data-toggle="collapse" data-target=".listConfigurationChanged .collapse">
<h2>Called when the configuration options changed.</h2>
<pre>listConfigurationChanged() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listConfigurationChanged()</td>
</tr></table>
</div></div>
</div>
<a name="listCreateSortMapping" id="listCreateSortMapping"></a><div class="element clickable method protected listCreateSortMapping" data-toggle="collapse" data-target=".listCreateSortMapping .collapse">
<h2>Determines the sort mapping and stores it in $this-&gt;sortMapping.</h2>
<pre>listCreateSortMapping(array $info) </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"><p>The sort mapping is used to display the right rows when the account table is created.</p></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listCreateSortMapping()</td>
</tr></table>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$info</h4>
<code>array</code><p>the account list</p></div>
</div></div>
</div>
<a name="listDrawNavigationBar" id="listDrawNavigationBar"></a><div class="element clickable method protected listDrawNavigationBar" data-toggle="collapse" data-target=".listDrawNavigationBar .collapse">
<h2>Draws a navigation bar to switch between pages</h2>
<pre>listDrawNavigationBar(integer $count) </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listDrawNavigationBar()</td>
</tr></table>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$count</h4>
<code>integer</code><p>number of account entries</p></div>
</div></div>
</div>
<a name="listGetAllConfigOptions" id="listGetAllConfigOptions"></a><div class="element clickable method protected listGetAllConfigOptions" data-toggle="collapse" data-target=".listGetAllConfigOptions .collapse">
<h2>Returns a list of possible configuration options.</h2>
<pre>listGetAllConfigOptions() : array</pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listGetAllConfigOptions()</td>
</tr></table>
<h3>Returns</h3>
<div class="subelement response">
<code>array</code>list of lamListOption objects</div>
</div></div>
</div>
<a name="listGetAttributeDescriptionList" id="listGetAttributeDescriptionList"></a><div class="element clickable method protected listGetAttributeDescriptionList" data-toggle="collapse" data-target=".listGetAttributeDescriptionList .collapse">
<h2>Returns an hash array containing with all attributes to be shown and their descriptions.</h2>
<pre>listGetAttributeDescriptionList() : array</pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"><p>Format: array(attribute => description)</p></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listGetAttributeDescriptionList()</td>
</tr></table>
<h3>Returns</h3>
<div class="subelement response">
<code>array</code>attribute list</div>
</div></div>
</div>
<a name="listGetConfigOptionByID" id="listGetConfigOptionByID"></a><div class="element clickable method protected listGetConfigOptionByID" data-toggle="collapse" data-target=".listGetConfigOptionByID .collapse">
<h2>Returns the configuration option with the given ID.</h2>
<pre>listGetConfigOptionByID(String $ID) </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listGetConfigOptionByID()</td>
</tr></table>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$ID</h4>
<code>String</code><p>ID</p></div>
</div></div>
</div>
<a name="listGetParams" id="listGetParams"></a><div class="element clickable method protected listGetParams" data-toggle="collapse" data-target=".listGetParams .collapse">
<h2>Sets some internal parameters.</h2>
<pre>listGetParams() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listGetParams()</td>
</tr></table>
</div></div>
</div>
<a name="listPrintButtons" id="listPrintButtons"></a><div class="element clickable method protected listPrintButtons" data-toggle="collapse" data-target=".listPrintButtons .collapse">
<h2>Prints the create and delete buttons.</h2>
<pre>listPrintButtons(boolean $createOnly) </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listPrintButtons()</td>
</tr></table>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$createOnly</h4>
<code>boolean</code><p>true if only the create button should be displayed</p></div>
</div></div>
</div>
<a name="listPrintConfigurationPage" id="listPrintConfigurationPage"></a><div class="element clickable method protected listPrintConfigurationPage" data-toggle="collapse" data-target=".listPrintConfigurationPage .collapse">
<h2>Prints the list configuration page.</h2>
<pre>listPrintConfigurationPage() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listPrintConfigurationPage()</td>
</tr></table>
</div></div>
</div>
<a name="listPrintFooter" id="listPrintFooter"></a><div class="element clickable method protected listPrintFooter" data-toggle="collapse" data-target=".listPrintFooter .collapse">
<h2>Prints the HTML footer.</h2>
<pre>listPrintFooter() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listPrintFooter()</td>
</tr></table>
</div></div>
</div>
<a name="listPrintHeader" id="listPrintHeader"></a><div class="element clickable method protected listPrintHeader" data-toggle="collapse" data-target=".listPrintHeader .collapse">
<h2>Prints the HTML header.</h2>
<pre>listPrintHeader() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listPrintHeader()</td>
</tr></table>
</div></div>
</div>
<a name="listPrintRedirectMessages" id="listPrintRedirectMessages"></a><div class="element clickable method protected listPrintRedirectMessages" data-toggle="collapse" data-target=".listPrintRedirectMessages .collapse">
<h2>Prints messages when another page (e.g.</h2>
<pre>listPrintRedirectMessages() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"><p>delete/upload) redirects to the list view.</p></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listPrintRedirectMessages()</td>
</tr></table>
</div></div>
</div>
<a name="listPrintTableBody" id="listPrintTableBody"></a><div class="element clickable method protected listPrintTableBody" data-toggle="collapse" data-target=".listPrintTableBody .collapse">
<h2>Prints the entry list</h2>
<pre>listPrintTableBody(array $info) </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listPrintTableBody()</td>
</tr></table>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$info</h4>
<code>array</code><p>entries</p></div>
</div></div>
</div>
<a name="listPrintTableHeader" id="listPrintTableHeader"></a><div class="element clickable method protected listPrintTableHeader" data-toggle="collapse" data-target=".listPrintTableHeader .collapse">
<h2>Prints the attribute and filter row at the account table head</h2>
<pre>listPrintTableHeader() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listPrintTableHeader()</td>
</tr></table>
</div></div>
</div>
<a name="listRefreshData" id="listRefreshData"></a><div class="element clickable method protected listRefreshData" data-toggle="collapse" data-target=".listRefreshData .collapse">
<h2>Rereads the entries from LDAP.</h2>
<pre>listRefreshData() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listRefreshData()</td>
</tr></table>
</div></div>
</div>
<a name="listShowOUSelection" id="listShowOUSelection"></a><div class="element clickable method protected listShowOUSelection" data-toggle="collapse" data-target=".listShowOUSelection .collapse">
<h2>Prints a combobox with possible sub-DNs.</h2>
<pre>listShowOUSelection() : <a href="../classes/htmlGroup.html">\htmlGroup</a></pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listShowOUSelection()</td>
</tr></table>
<h3>Returns</h3>
<div class="subelement response">
<code><a href="../classes/htmlGroup.html">\htmlGroup</a></code>OU selection (may be empty)</div>
</div></div>
</div>
<a name="listPrintToolLinks" id="listPrintToolLinks"></a><div class="element clickable method private listPrintToolLinks" data-toggle="collapse" data-target=".listPrintToolLinks .collapse">
<h2>Prints the tool image links (e.g.</h2>
<pre>listPrintToolLinks(array $account, String $id) </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"><p>edit and delete) for each account.</p></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listPrintToolLinks()</td>
</tr></table>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$account</h4>
<code>array</code><p>LDAP attributes</p></div>
<div class="subelement argument">
<h4>$id</h4>
<code>String</code><p>account ID</p></div>
</div></div>
</div>
<a name="listReadOptionsFromCookie" id="listReadOptionsFromCookie"></a><div class="element clickable method private listReadOptionsFromCookie" data-toggle="collapse" data-target=".listReadOptionsFromCookie .collapse">
<h2>Reads the list options from the cookie value.</h2>
<pre>listReadOptionsFromCookie() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::listReadOptionsFromCookie()</td>
</tr></table>
</div></div>
</div>
<a name="showPDFPage" id="showPDFPage"></a><div class="element clickable method private showPDFPage" data-toggle="collapse" data-target=".showPDFPage .collapse">
<h2>Shows the page where the user may select the PDF options.</h2>
<pre>showPDFPage(String $id) </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::showPDFPage()</td>
</tr></table>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$id</h4>
<code>String</code><p>account ID</p></div>
</div></div>
</div>
<h3>
<i class="icon-custom icon-property"></i> Properties</h3>
<a name="%24attrArray" id="$attrArray"> </a><div class="element clickable property protected $attrArray" data-toggle="collapse" data-target=".$attrArray .collapse">
<h2>list of LDAP attributes</h2>
<pre>$attrArray </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$attrArray</td>
</tr></table>
</div></div>
</div>
<a name="%24descArray" id="$descArray"> </a><div class="element clickable property protected $descArray" data-toggle="collapse" data-target=".$descArray .collapse">
<h2>list of attribute descriptions</h2>
<pre>$descArray </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$descArray</td>
</tr></table>
</div></div>
</div>
<a name="%24entries" id="$entries"> </a><div class="element clickable property protected $entries" data-toggle="collapse" data-target=".$entries .collapse">
<h2>LDAP entries</h2>
<pre>$entries </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$entries</td>
</tr></table>
</div></div>
</div>
<a name="%24filters" id="$filters"> </a><div class="element clickable property protected $filters" data-toggle="collapse" data-target=".$filters .collapse">
<h2>list of filters (attribute name =&gt; filter input)</h2>
<pre>$filters </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$filters</td>
</tr></table>
</div></div>
</div>
<a name="%24labels" id="$labels"> </a><div class="element clickable property protected $labels" data-toggle="collapse" data-target=".$labels .collapse">
<h2>list of account specific labels</h2>
<pre>$labels </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$labels</td>
</tr></table>
</div></div>
</div>
<a name="%24maxPageEntries" id="$maxPageEntries"> </a><div class="element clickable property protected $maxPageEntries" data-toggle="collapse" data-target=".$maxPageEntries .collapse">
<h2>maximum count of entries per page</h2>
<pre>$maxPageEntries </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$maxPageEntries</td>
</tr></table>
</div></div>
</div>
<a name="%24page" id="$page"> </a><div class="element clickable property protected $page" data-toggle="collapse" data-target=".$page .collapse">
<h2>current page number</h2>
<pre>$page </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$page</td>
</tr></table>
</div></div>
</div>
<a name="%24possibleSuffixes" id="$possibleSuffixes"> </a><div class="element clickable property protected $possibleSuffixes" data-toggle="collapse" data-target=".$possibleSuffixes .collapse">
<h2>list of possible LDAP suffixes(organizational units)</h2>
<pre>$possibleSuffixes </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$possibleSuffixes</td>
</tr></table>
</div></div>
</div>
<a name="%24refresh" id="$refresh"> </a><div class="element clickable property protected $refresh" data-toggle="collapse" data-target=".$refresh .collapse">
<h2>refresh page switch</h2>
<pre>$refresh </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$refresh</td>
</tr></table>
</div></div>
</div>
<a name="%24sortColumn" id="$sortColumn"> </a><div class="element clickable property protected $sortColumn" data-toggle="collapse" data-target=".$sortColumn .collapse">
<h2>sort column name</h2>
<pre>$sortColumn </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$sortColumn</td>
</tr></table>
</div></div>
</div>
<a name="%24sortDirection" id="$sortDirection"> </a><div class="element clickable property protected $sortDirection" data-toggle="collapse" data-target=".$sortDirection .collapse">
<h2>sort direction: 1 for ascending, -1 for descending</h2>
<pre>$sortDirection </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$sortDirection</td>
</tr></table>
</div></div>
</div>
<a name="%24sortMapping" id="$sortMapping"> </a><div class="element clickable property protected $sortMapping" data-toggle="collapse" data-target=".$sortMapping .collapse">
<h2>sort mapping for entries array(original index =&gt; sorted index)</h2>
<pre>$sortMapping </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$sortMapping</td>
</tr></table>
</div></div>
</div>
<a name="%24suffix" id="$suffix"> </a><div class="element clickable property protected $suffix" data-toggle="collapse" data-target=".$suffix .collapse">
<h2>LDAP suffix</h2>
<pre>$suffix </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$suffix</td>
</tr></table>
</div></div>
</div>
<a name="%24tabindex" id="$tabindex"> </a><div class="element clickable property protected $tabindex" data-toggle="collapse" data-target=".$tabindex .collapse">
<h2>tabindex for GUI elements</h2>
<pre>$tabindex </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$tabindex</td>
</tr></table>
</div></div>
</div>
<a name="%24type" id="$type"> </a><div class="element clickable property protected $type" data-toggle="collapse" data-target=".$type .collapse">
<h2>Account type</h2>
<pre>$type </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$type</td>
</tr></table>
</div></div>
</div>
<a name="%24configOptions" id="$configOptions"> </a><div class="element clickable property private $configOptions" data-toggle="collapse" data-target=".$configOptions .collapse">
<h2>configuration options</h2>
<pre>$configOptions </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::$$configOptions</td>
</tr></table>
</div></div>
</div>
<h3>
<i class="icon-custom icon-constant"></i> Constants</h3>
<a name="LIST_SIZE_OPTION_NAME" id="LIST_SIZE_OPTION_NAME"> </a><div class="element clickable constant  LIST_SIZE_OPTION_NAME" data-toggle="collapse" data-target=".LIST_SIZE_OPTION_NAME .collapse">
<h2>ID for list size config option</h2>
<pre>LIST_SIZE_OPTION_NAME </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::LIST_SIZE_OPTION_NAME</td>
</tr></table>
</div></div>
</div>
<a name="VIRTUAL_ATTRIBUTE_PREFIX" id="VIRTUAL_ATTRIBUTE_PREFIX"> </a><div class="element clickable constant  VIRTUAL_ATTRIBUTE_PREFIX" data-toggle="collapse" data-target=".VIRTUAL_ATTRIBUTE_PREFIX .collapse">
<h2>prefix for virtual (non-LDAP) attributes</h2>
<pre>VIRTUAL_ATTRIBUTE_PREFIX </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\lamList::VIRTUAL_ATTRIBUTE_PREFIX</td>
</tr></table>
</div></div>
</div>
</div>
</div>
</div>
</div>
<div class="row"><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 2.0.0a10</a> and<br>
            generated on 2013-06-17T21:08:42+02:00.<br></footer></div>
</div>
</body>
</html>