Example #1
0
 /**
  * Get search
  * 
  * @return string | null
  */
 public function getSearch()
 {
     return $this->request->getSearchFor($this->getName());
 }