Name = $name; $this->Url = '/collections/' . Formatter::MakeUrlSafe($this->Name); } public function GetSortedName(): string{ return preg_replace('/^(the|and|a|)\s/ius', '', $this->Name); } }