for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: afshin
* Date: 11/13/17
* Time: 3:19 PM
*/
namespace Core\Helpers;
class Url
{
public function urlFor($name, $params = array())
return $this->request->getRootUri() . $this->router->urlFor($name, $params);
request
Core\Helpers\Url
router
}