You are here

public function QueryEntity::getScope in Lightweight Directory Access Protocol (LDAP) 8.4

Get scope.

Return value

string Value.

Overrides QueryEntityInterface::getScope

File

ldap_query/src/Entity/QueryEntity.php, line 178

Class

QueryEntity
Defines the LDAP Queries entity.

Namespace

Drupal\ldap_query\Entity

Code

public function getScope() : string {
  return $this->scope;
}