New (LDAP constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 5: Line 5:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%outLDAP</th><td>lDAP</td></tr>
<tr><th>%outLDAP</th><td>A declared <var>LDAP</var> object to contain the new <var>LDAP</var> object instance.</td></tr>
<tr><th>(LDAP)</th>
<tr><th><var>(LDAP)</var>
</th>
<td>The class name in parentheses denotes a shared method. New can also be invoked via a LDAP object variable, which may be <var>Null</var>.</td></tr>
<td>The class name in parentheses denotes a shared method. New can also be invoked via a LDAP object variable, which may be <var>Null</var>.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:LDAP:New footer}}
{{Template:LDAP:New footer}}

Revision as of 15:29, 15 July 2011

Create a new LDAP object (LDAP class)


Syntax

%ldap = [%(LDAP):]New

Syntax terms

%outLDAPA declared LDAP object to contain the new LDAP object instance.
(LDAP) The class name in parentheses denotes a shared method. New can also be invoked via a LDAP object variable, which may be Null.

Usage notes

Examples

See also