LdapTools\LdapManager::getLdapObjectSchema PHP Method

getLdapObjectSchema() protected method

Get the LDAP object schema from the factory by its type.
protected getLdapObjectSchema ( string $type ) : LdapObjectSchema
$type string
return LdapTools\Schema\LdapObjectSchema
    protected function getLdapObjectSchema($type)
    {
        return $this->getSchemaFactory()->get($this->getConnection()->getConfig()->getSchemaName(), $type);
    }