Adldap\Laravel\Traits\UsesAdldap::getSchema PHP Méthode

getSchema() protected méthode

Returns Adldap's current attribute schema.
protected getSchema ( ) : Adldap\Schemas\SchemaInterface
Résultat Adldap\Schemas\SchemaInterface
    protected function getSchema()
    {
        return $this->getAdldap()->getSchema();
    }