Export from LDAP using an LDIF format

This abstract classes provides all the common methods and variables for the custom export classes.

package phpLDAPadmin
subpackage Export

 Methods

accept()

accept() 
Inherited

inherited_from \Export::accept()

Export entries to LDIF format

export() 

getType()

getType() 

isCompressed()

isCompressed() 
Inherited

inherited_from \Export::isCompressed()

getHeader()

getHeader() 
Inherited

inherited_from \Export::getHeader()

Return this LDAP Server object

getServer() : object
Inherited

inherited_from \Export::getServer()

Returns

objectDataStore Server

Return the LDAP server ID

getServerID() : int
Inherited

inherited_from \Export::getServerID()

Returns

intServer ID

Helper method to check if the attribute value should be base 64 encoded.

isSafeAscii(\The $str) : boolean
Inherited

inherited_from \Export::isSafeAscii()

Parameters

$str

\The

string to check.

Returns

booleantrue if the string is safe ascii, false otherwise.

Helper method to wrap ldif lines

multiLineDisplay(\The $str) 

Parameters

$str

\The

line to be wrapped if needed.

 Properties

 

$br

$br 
Inherited

inherited_from \Export::$$br
 

$compress

$compress 
Inherited

inherited_from \Export::$$compress
 

$items

$items 
Inherited

inherited_from \Export::$$items
 

$results

$results 
Inherited

inherited_from \Export::$$results
 

$resultsdata

$resultsdata 
Inherited

inherited_from \Export::$$resultsdata
 

$line_length

$line_length