PHP Interface LdapTools\Schema\Parser\SchemaParserInterface

Author: Chad Sikorra ([email protected])
Afficher le fichier Open project: ldaptools/ldaptools Interface Usage Examples

Méthodes publiques

Méthode Description
getSchemaModificationTime ( string $schemaName ) : DateTime Given the schema name, return the last time the schema was modified in DateTime format.
parse ( string $schemaName, string $objectType ) : LdapObjectSchema Given the schema name and object type, parse through the schema and return the LdapObjectSchema.
parseAll ( string $schemaName ) : LdapObjectSchema[] Given the schema name, parse through and return every LdapObjectSchema.

Method Details

getSchemaModificationTime() public méthode

Given the schema name, return the last time the schema was modified in DateTime format.
public getSchemaModificationTime ( string $schemaName ) : DateTime
$schemaName string
Résultat DateTime

parse() public méthode

Given the schema name and object type, parse through the schema and return the LdapObjectSchema.
public parse ( string $schemaName, string $objectType ) : LdapObjectSchema
$schemaName string
$objectType string
Résultat LdapTools\Schema\LdapObjectSchema

parseAll() public méthode

Given the schema name, parse through and return every LdapObjectSchema.
public parseAll ( string $schemaName ) : LdapObjectSchema[]
$schemaName string
Résultat LdapTools\Schema\LdapObjectSchema[]