PathPackage
class PathPackage extends Package
Package that adds a base path to asset URLs in addition to a version.
In addition to the provided base path, this package also automatically prepends the current request base path if a Context is available to allow a website to be hosted easily under any given path under the Web Server root directory.
Methods
__construct($basePath, VersionStrategyInterface $versionStrategy, ContextInterface $context = null)
No description
string
getUrl(string $path)
Returns an absolute or root-relative public path.
string
getBasePath()
Returns the base path.
Details
at line line 35
__construct($basePath, VersionStrategyInterface $versionStrategy, ContextInterface $context = null)
in Package at line line 38
string
getVersion(string $path)
Returns the asset version for an asset.
at line line 53
string
getUrl(string $path)
Returns an absolute or root-relative public path.
at line line 67
string
getBasePath()
Returns the base path.