PHP 트레잇 LdapTools\Schema\SchemaAwareTrait

저자: Chad Sikorra ([email protected])
파일 보기 프로젝트 열기: ldaptools/ldaptools

보호된 프로퍼티들

프로퍼티 타입 설명
$schema LdapObjectSchema | null

공개 메소드들

메소드 설명
getLdapObjectSchema ( ) : LdapObjectSchema | null
setLdapObjectSchema ( LdapObjectSchema $schema = null )

메소드 상세

getLdapObjectSchema() 공개 메소드

public getLdapObjectSchema ( ) : LdapObjectSchema | null
리턴 LdapObjectSchema | null

setLdapObjectSchema() 공개 메소드

public setLdapObjectSchema ( LdapObjectSchema $schema = null )
$schema LdapObjectSchema

프로퍼티 상세

$schema 보호되어 있는 프로퍼티

protected LdapObjectSchema,LdapTools\Schema|null $schema
리턴 LdapObjectSchema | null