Class dmitrybtn\yimp\Url

Inheritancedmitrybtn\yimp\Url » yii\helpers\Url

This class is used only to make yii\helpers\Url::normalizeRoute public, so that dmitrybtn\yimp\RouteHelper can use it.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
normalizeRoute() Overrides yii\helpers\BaseUrl::normalizeRoute to make it public. dmitrybtn\yimp\Url

Method Details

normalizeRoute() public static method

Overrides yii\helpers\BaseUrl::normalizeRoute to make it public.

public static string normalizeRoute ( $route )
$route

String The route. This can be either an absolute route or a relative route.

return string

Normalized route suitable for UrlManager