You are here

private property QueryController::$results in Lightweight Directory Access Protocol (LDAP) 8.4

Same name and namespace in other branches
  1. 8.3 ldap_query/src/Controller/QueryController.php \Drupal\ldap_query\Controller\QueryController::results

LDAP Entry.

Type: \Symfony\Component\Ldap\Entry[]

File

ldap_query/src/Controller/QueryController.php, line 22

Class

QueryController
Controller class for LDAP queries, in assistance to the entity itself.

Namespace

Drupal\ldap_query\Controller

Code

private $results = [];