Home
last modified time | relevance | path

Searched refs:lockedBy (Results 1 – 1 of 1) sorted by relevance

/plugin/batchedit/
H A Dengine.php68 public function __construct($pageId, $lockedBy) { argument
69 parent::__construct('war_pagelock', $pageId, $lockedBy);
425 $lockedBy = checklock($this->id);
427 if ($lockedBy != FALSE) {
428 throw new BatcheditPageLockedException($this->id, $lockedBy);