season, 2, "0", STR_PAD_LEFT) . "E". str_pad($this->episode, 2, "0", STR_PAD_LEFT); } public function __toString(): string { if ("" !== $this->season && "" !== $this->episode) { return $this->asEpisodeId(); } return ""; } }