Ejemplo n.º 1
0
	public function getAll()
	{
		$items = KunenaProfilerItem::getAll();
		$this->sort($items);

		return $items;
	}
Ejemplo n.º 2
0
	public function getAll() {
		return KunenaProfilerItem::getAll();
	}