Exemplo n.º 1
0
 /**
  * Unset a lock file entry
  *
  * Function will unset a lock file entry
  *
  * @access public
  * @return bool TRUE if the lock exists and was unset successfully, FALSE othewise
  */
 public function unsetLockFile()
 {
     return parent::unsetLockFile($this->getid());
 }