public function update() { //look up $this->item->update(); }
/** * @param \Joomla\Registry\Registry | null $state * * @return \Sp4kAppsProductItem * */ public function getItemInstance(Joomla\Registry\Registry $state = null) { return Sp4kAppsProductItem::getInstance($state); }