UrlRuleInterface is the interface that should be implemented by URL rule classes.
createUrl()
public abstract methodCreates a URL according to the given route and parameters.
public abstract string|boolean createUrl ( $manager, $route, $params ) $manager yii\web\UrlManagerThe URL manager
$route stringThe route. It should not have slashes at the beginning or the end.
$params arrayThe parameters
return string|booleanThe created URL, or false if this rule cannot be used for creating this URL.
public function createUrl($manager, $route, $params);
parseRequest()
public abstract methodParses the given request and returns the corresponding route and parameters.
public function parseRequest($manager, $request);
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4