Atomik::url()
Atomik::Url
Fired after a url has been computed
-
string $action
The action for which the url has been computed
-
string &$url
The computed url
-
array $args
All arguments passed to the function except the first one
function myAtomikUrlHandler($action, &$url, $args)
{
// your code
}
Atomik::listenEvent('Atomik::Url', 'myAtomikUrlHandler');

