lock = $lock; $path = ''; $readablePath = ''; parent::__construct($path, null, $lock->getOwner(), $readablePath); } /** * @since 24.0.0 */ public function getLock(): ILock { return $this->lock; } }