Example #1
0
 public function execute()
 {
     $categoryApp = new Sp4kAppsCategoryApp(new Joomla\Registry\Registry($this->state->toObject()));
     $this->item = $categoryApp->getItem();
 }
Example #2
0
 protected function execute()
 {
     $this->categoryApp = new Sp4kAppsCategoryApp(new Joomla\Registry\Registry($this->state->toObject()));
     $this->items = $this->categoryApp->getItems();
 }