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