README
INSTALL
Todo List
PlaAbstractExporter | --PlaExporter
In other words, it will act as a decorator for another decorator
[line 163]
[line 165]
PlaExporter PlaExporter( source $source)
void export( )
Must be implemented in a sub-class if you write an exporter which export data. Leave it empty if you write a sub-class which do only some filtering.
Overridden in child classes as:
bool is_safe_ascii( String $str)
array pla_fetch_entry_array( )
Entry pla_fetch_entry_object( )
LdapInfo pla_get_ldap_info( )
bool pla_has_entry( )
int pla_num_entries( )
void setOutputFormat( String $br)