public function renderJQGridData() { throw NotImplementedException(); }
/** * Frequencies are measured on a scale of 1 to 10 with 10 the most frequent. * @return array * @throws NotImplementedException - Implement in children classes */ public static function getItemTypesAndFrequencies() { throw NotImplementedException(); }
public static function getSearchViewClassName() { return NotImplementedException(); }
/** * Todo: implement. * @return The element's content. */ protected function renderControlNonEditable() { throw NotImplementedException(); }
/** * Generates a page list * * @param integer $pages Number of pages to generate * @return array The page list */ public function getPages() { throw NotImplementedException('getPages does not apply for InfinitePage'); }