Resources\Controller::location PHP Method

location() public method

public location ( $location = '' )
    public function location($location = '')
    {
        return $this->uri->getBaseUri() . $this->configMain['indexFile'] . $location;
    }