PathPackage deprecated
class PathPackage extends PathPackage
deprecated
The path packages adds a version and a base path to asset URLs.
Methods
| __construct(Request $request, string $version = null, string $format = null) | ||
| string |  getVersion()  Returns the asset package version.  |  from Package | 
| string |  getUrl(string $path, string|bool|null $version = null)  Returns an absolute or root-relative public path.  |  from PathPackage | 
| string |  getBasePath()  Returns the base path.  |  from PathPackage | 
Details
__construct(Request $request, string $version = null, string $format = null)
Parameters
| Request | $request | The current request | 
| string | $version | The package version | 
| string | $format | The format used to apply the version | 
string getVersion()
Returns the asset package version.
Return Value
| string | The version string | 
string getUrl(string $path, string|bool|null $version = null)
Returns an absolute or root-relative public path.
Parameters
| string | $path | A path | 
| string|bool|null | $version | A specific version for the path | 
Return Value
| string | The public path | 
string getBasePath()
Returns the base path.
Return Value
| string | The base path | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/2.8/Symfony/Bundle/FrameworkBundle/Templating/Asset/PathPackage.html