Example #1
0
 public function removeFromBank(SR_Item $item)
 {
     unset($this->sr4_bank[$item->getID()]);
     return true;
     // 		$bank = $this->getBankItems();
     // 		unset($bank[$item->getID()]);
     // 		return $this->updateBank($bank);
 }