コード例 #1
0
ファイル: profiler.php プロジェクト: BillVGN/PortalPRP
	public function getAll()
	{
		$items = KunenaProfilerItem::getAll();
		$this->sort($items);

		return $items;
	}
コード例 #2
0
ファイル: profiler.php プロジェクト: kosmosby/medicine-prof
	public function getAll() {
		return KunenaProfilerItem::getAll();
	}