interface PackageInterface
Asset package interface.
string | getVersion(string $path) Returns the asset version for an asset. | |
string | getUrl(string $path) Returns an absolute or root-relative public path. |
Returns the asset version for an asset.
string | $path | A path |
string | The version string |
Returns an absolute or root-relative public path.
string | $path | A path |
string | The public path |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Asset/PackageInterface.html