New (LDAP constructor): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Syntax terms) |
||
Line 8: | Line 8: | ||
<tr><th><var>%(LDAP)</var> | <tr><th><var>%(LDAP)</var> | ||
</th> | </th> | ||
<td>The class name in parentheses [[Notation conventions for methods# | <td>The optional class name in parentheses denotes a <var>[[Notation conventions for methods#Constructors|Constructor]]</var>. </td></tr> | ||
</table> | </table> | ||
Revision as of 21:05, 15 July 2011
Create a new LDAP object (LDAP class)
Syntax
%ldap = [%(LDAP):]New
Syntax terms
%LDAP | A declared LDAP object to contain the new LDAP object instance. |
---|---|
%(LDAP) | The optional class name in parentheses denotes a Constructor. |
Usage notes
- New can be called with no object, with an explicit class name, or with an object variable, even if that object is Null:
%ldap = new %ldap = %(ldap):new %ldap = %ldap:new