コード例 #1
0
ファイル: item.php プロジェクト: RustyIngles/sp4k_php
 public function execute()
 {
     $categoryApp = new Sp4kAppsCategoryApp(new Joomla\Registry\Registry($this->state->toObject()));
     $this->item = $categoryApp->getItem();
 }