예제 #1
0
 /**
  * Gets an array of initial filters.
  *
  * @return array An array of deepsight_filter $name properties that will be present when the user first loads the page.
  */
 protected function get_initial_filters()
 {
     $initialfilters = parent::get_initial_filters();
     array_unshift($initialfilters, 'enrolled');
     return $initialfilters;
 }