PHP Trait LdapTools\Schema\SchemaAwareTrait

Author: Chad Sikorra ([email protected])
Show file Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$schema LdapObjectSchema | null

Public Methods

Method Description
getLdapObjectSchema ( ) : LdapObjectSchema | null
setLdapObjectSchema ( LdapObjectSchema $schema = null )

Method Details

getLdapObjectSchema() public method

public getLdapObjectSchema ( ) : LdapObjectSchema | null
return LdapObjectSchema | null

setLdapObjectSchema() public method

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

Property Details

$schema protected property

protected LdapObjectSchema,LdapTools\Schema|null $schema
return LdapObjectSchema | null