Example #1
0
 /**
  * List all current difference 'sets'
  *
  * @return	@e void
  */
 protected function _list()
 {
     //-----------------------------------------
     // Do it
     //-----------------------------------------
     $this->registry->output->html = $this->html->skindiff_overview($this->skinFunctions->fetchSessions(), $this->skinFunctions->getTiersFunction()->fetchAllsItemDropDown(), $this->skinFunctions->canUseMergeSystem());
 }
 /**
  * List all current difference 'sets'
  *
  * @access	private
  * @return	void
  */
 private function _list()
 {
     //-----------------------------------------
     // Do it
     //-----------------------------------------
     $this->registry->output->html = $this->html->skindiff_overview($this->skinFunctions->fetchSessions());
 }