Beispiel #1
0
 /**
  * Gets the locksmith data of a lock placed on the resource.
  *
  * @return integer the locksmithData : DB ID of the user who placed the lock
  * @access public
  */
 function getLockDate()
 {
     if (is_object($this->_status)) {
         return $this->_status->getLockDate();
     } else {
         return false;
     }
 }