Пример #1
0
 /**
  * Returns the locked status of the bracket
  */
 public function isLocked()
 {
     return Lib\Cache::get($this->_lockedCacheKey());
 }