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

Class: PlaAbstractExporter

Source Location: /lib/export_functions.php

Class Overview


This class represents the base class of all exporters


Author(s):

Methods


Child classes:

PlaExporter
PlaExporter acts a wrapper around another exporter.
PlaLdapExporter
Export data from a ldap server

Class Details

[line 93]
This class represents the base class of all exporters

It can be subclassed directly if your intend is to write a source exporter(ie. it will act only as a decoree which will be wrapped by an another exporter.) If you consider writting an exporter for filtering data or directly display entries, please consider subclass the PlaExporter




Tags:

see:  PlaExporter


[ Top ]


Class Methods


method pla_get_ldap_info [line 110]

LdapInfo pla_get_ldap_info( )

Return a PlaLdapInfo Object



Tags:

return:  Object with info from the ldap serveur


Overridden in child classes as:

PlaExporter::pla_get_ldap_info()
Return a PlaLdapInfo Object
PlaLdapExporter::pla_get_ldap_info()
Return a PlaLdapInfo Object

[ Top ]

method pla_num_entries [line 98]

int pla_num_entries( )

Return the number of entries



Tags:

return:  the number of entries to be exported


Overridden in child classes as:

PlaExporter::pla_num_entries()
Return the number of entries
PlaLdapExporter::pla_num_entries()
Return the number of entries

[ Top ]

method pla_results [line 104]

array pla_results( )

Return the results



Tags:

return:  if there is some more entries to be processed


Overridden in child classes as:

PlaExporter::pla_results()
Return the results
PlaLdapExporter::pla_results()
Return the results

[ Top ]


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