Adldap\Laravel\Traits\UsesAdldap::getSchema PHP Method

getSchema() protected method

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