Пример #1
0
 /**
  * Unlocks the page. No checks done here.
  *
  * @return void
  * @access public
  */
 function unlock()
 {
     if (is_object($this->_status)) {
         return $this->_status->unlock();
     } else {
         return false;
     }
 }