web\UrlManager getUrlFromCache()

getUrlFromCache() protected method (available since version 2.0.8)

Get URL from internal cache if exists

See also createUrl().

protected boolean|string getUrlFromCache ( $cacheKey, $route, $params )
$cacheKey string

Generated cache key to store data.

$route string

The route (e.g. site/index).

$params array

Rule params.

return boolean|string

The created URL

doc_Yii
2016-10-30 17:17:01
Comments
Leave a Comment

Please login to continue.