PHP Интерфейс LdapTools\Schema\Parser\SchemaParserInterface

Автор: Chad Sikorra ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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.

Описание методов

getSchemaModificationTime() публичный метод

Given the schema name, return the last time the schema was modified in DateTime format.
public getSchemaModificationTime ( string $schemaName ) : DateTime
$schemaName string
Результат DateTime

parse() публичный метод

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
Результат LdapTools\Schema\LdapObjectSchema

parseAll() публичный метод

Given the schema name, parse through and return every LdapObjectSchema.
public parseAll ( string $schemaName ) : LdapObjectSchema[]
$schemaName string
Результат LdapTools\Schema\LdapObjectSchema[]