. */ public function __construct( string $routeUrl, string $routeName, string $routeController, string $routeAction, array $routeMethods, string $pageHeadTitle, ){ $this->routeUrl = $routeUrl; $this->routeName = $routeName; $this->routeController = $routeController; $this->routeAction = $routeAction; $this->routeMethods = $routeMethods; $this->pageHeadTitle = $pageHeadTitle; } }