Adldap\Search\Factory::all PHP Méthode

all() public méthode

Performs a global 'all' search query on the current connection by performing a search for all entries that contain a common name attribute.
public all ( ) : Collection | array
Résultat Illuminate\Support\Collection | array
    public function all()
    {
        return $this->query->whereHas($this->schema->commonName())->get();
    }