createUrl() public abstract method
Creates a URL according to the given route and parameters.
public abstract string|boolean createUrl ( $manager, $route, $params )$manager yii\web\UrlManager
The URL manager $route string
The route. It should not have slashes at the beginning or the end. $params array
The parameters return
string|boolean
The created URL, or false if this rule cannot be used for creating this URL.