get() 공개 메소드

Returns the current query.
public get ( ) : Collection | array
리턴 Illuminate\Support\Collection | array
예제 #1
0
 /**
  * Returns the current LDAP query string.
  *
  * @return string
  */
 public function getQuery()
 {
     return $this->query->get();
 }