template = $template; $this->target = $target; } /** * @return File|null * @since 21.0.0 */ public function getTemplate(): ?File { return $this->template; } /** * @return File * @since 21.0.0 */ public function getTarget(): File { return $this->target; } }