예제 #1
0
파일: Selector.php 프로젝트: sintattica/atk
 /**
  * Set search method for query.
  *
  * @param Query $query query object
  */
 protected function _applyPostedSearchMethodToQuery(Query $query)
 {
     if (isset($this->_getNode()->m_postvars['atksearchmethod'])) {
         $query->setSearchMethod($this->_getNode()->m_postvars['atksearchmethod']);
     }
 }