コード例 #1
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();
 }