PathPackage deprecated
class PathPackage extends Package
deprecated
The path packages adds a version and a base path to asset URLs.
Methods
__construct(string $basePath = null, string $version = null, string $format = null)
Constructor.
string
getUrl(string $path, string|bool|null $version = null)
Returns an absolute or root-relative public path.
string
getBasePath()
Returns the base path.
Details
at line line 34
__construct(string $basePath = null, string $version = null, string $format = null)
Constructor.
in Package at line line 43
string
getVersion()
Returns the asset package version.
at line line 52
string
getUrl(string $path, string|bool|null $version = null)
Returns an absolute or root-relative public path.
at line line 73
string
getBasePath()
Returns the base path.