Open Journal Systems  3.3.0
Symfony\Component\HttpFoundation\UrlHelper Class Reference

Public Member Functions

 __construct (RequestStack $requestStack, RequestContext $requestContext=null)
 
 getAbsoluteUrl (string $path)
 
 getRelativePath (string $path)
 

Detailed Description

A helper service for manipulating URLs within and outside the request scope.

Author
Valentin Udaltsov udalt.nosp@m.sov..nosp@m.valen.nosp@m.tin@.nosp@m.gmail.nosp@m..com

Definition at line 21 of file UrlHelper.php.

Constructor & Destructor Documentation

◆ __construct()

Symfony\Component\HttpFoundation\UrlHelper::__construct ( RequestStack  $requestStack,
RequestContext  $requestContext = null 
)

Definition at line 26 of file UrlHelper.php.

Member Function Documentation

◆ getAbsoluteUrl()

Symfony\Component\HttpFoundation\UrlHelper::getAbsoluteUrl ( string  $path)

Definition at line 32 of file UrlHelper.php.

◆ getRelativePath()

Symfony\Component\HttpFoundation\UrlHelper::getRelativePath ( string  $path)

Definition at line 61 of file UrlHelper.php.


The documentation for this class was generated from the following file: