Exemplo n.º 1
0
 /**
  * Builds the list of tasks or actions that a searcher can perform on a result set.
  *
  * @return array
  */
 public function buildTaskList()
 {
     // call the parent method to populate $this->_taskList for the custom search
     parent::buildTaskList();
     return $this->_customClass->buildTaskList($this);
 }