user = $parameters['user'];
parent::__construct($parameters);
}
public function getId(): string {
return 'object::user:' . $this->user->getUID();
}
public function getOwner(string $path): string|false {
return $this->user->getUID();
}
public function getUser(): IUser {
return $this->user;
}
}
on>
Mirror of redmine code source: https://github.com/redmine/redmine