Author: D. Barsotti (daniel.barsotti@liip.ch)
Inheritance: implements IteratorAggregat\IteratorAggregate, implements PHPCR\Lock\LockManagerInterface
Example #1
0
 /**
  * {@inheritDoc}
  *
  * @api
  */
 public function isLive()
 {
     if ($this->isLive) {
         $this->isLive = $this->lockManager->isLocked($this->path);
     }
     return $this->isLive;
 }