Esempio n. 1
0
 /**
  *
  */
 public function deleteItem()
 {
     $item = $this->getItem($this->name, $this->type);
     if ($item) {
         $this->_authMan->remove($item);
     }
 }