Adldap\Laravel\Traits\UsesAdldap::getSchema PHP 메소드

getSchema() 보호된 메소드

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