Package deprecated

class Package implements PackageInterface

deprecated

since 2.7, will be removed in 3.0. Use the Asset component instead.

The basic package will add a version to asset URLs.

Methods

__construct(string $version = null, string $format = '')
string getVersion()

Returns the asset package version.

string getUrl(string $path, string|bool|null $version = null)

Returns an absolute or root-relative public path.

Details

__construct(string $version = null, string $format = '')

Parameters

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

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/Templating/Asset/Package.html