You are here

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

Get the time limit.

Return value

int Value.

Overrides QueryEntityInterface::getTimeLimit

File

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

Class

QueryEntity
Defines the LDAP Queries entity.

Namespace

Drupal\ldap_query\Entity

Code

public function getTimeLimit() : int {
  return $this->time_limit;
}