Example #1
0
	public function getAll()
	{
		$items = KunenaProfilerItem::getAll();
		$this->sort($items);

		return $items;
	}
Example #2
0
	public function getAll() {
		return KunenaProfilerItem::getAll();
	}