Example #1
0
 /**
  * Return true if object is locked
  *
  * @return boolean
  */
 public function isLocked()
 {
     return $this->_memContainer->isLocked();
 }