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