getByAction($routeAction) !== null; } if (substr($path, 0, 1) == '/') { $path = substr($path, 1); } if (self::$actionExists) { return Url::action($routeAction, ['slug' => $path]); } return Url::to($path); } }