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