示例#1
0
 /**
  *	Remove unused PS. If psId not specified, current open store is removed
  *
  *	@param		psId	int		PS-ID
  *	@return		void
  */
 public function pwdStoreDelete($psId = NULL)
 {
     $this->_mapper->psDelete(lor($psId, $this->_psId));
 }