PHP 인터페이스 LdapTools\Schema\Parser\SchemaParserInterface

저자: Chad Sikorra ([email protected])
파일 보기 프로젝트 열기: ldaptools/ldaptools 0 사용 예제들

공개 메소드들

메소드 설명
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[]