phpLDAPadmin
[ class tree: phpLDAPadmin ] [ index: phpLDAPadmin ] [ all elements ]

Class: LdifEntry

Source Location: /lib/ldif_functions.php

Class Overview


This class represente an entry in the ldif file


Methods



Class Details

[line 21]
This class represente an entry in the ldif file



[ Top ]


Class Methods


constructor LdifEntry [line 33]

LdifEntry LdifEntry( [String $dn = ''], [String $changeType = 'add'], [String[] $atts = array()])

Creates a new LdifEntry, with optionally specified DN, changeType, and attributes.



Parameters:

String   $dn   the distinguished name of the entry. Default is set to an empty string
String   $changeType   the change type associated with the entry. Default is set to add.
String[]   $atts   the attributes of the entry

[ Top ]

method getAttributes [line 89]

String[][] getAttributes( )

Get the attributes of the entry



Tags:

return:  the attributes of the entry


[ Top ]

method getChangeType [line 62]

String getChangeType( )

Getter method for the change type



Tags:

return:  the change type of the entry


[ Top ]

method getDn [line 44]

String getDn( )

Return the dn of the entry



Tags:

return:  the dn of the entry


[ Top ]

method setAttributes [line 80]

void setAttributes( String[][] $atts)

Add the attributes to the entry



Parameters:

String[][]   $atts   the attributes of the entry

[ Top ]

method setChangeType [line 71]

void setChangeType( String $changeType)

Setter method for the change type of the entry



Parameters:

String   $changeType   the change type of the entry

[ Top ]

method setDn [line 53]

void setDn( String $dn)

Setter method for the distinguished name



Parameters:

String   $dn   the distinguished name of the entry

[ Top ]


Documentation generated on Sun, 30 Dec 2007 17:50:17 -0800 by phpDocumentor 1.3.1