class PackageFactory
deprecated
Creates packages based on whether the current request is secure.
| __construct(ContainerInterface $container) | ||
| PackageInterface | getPackage(Request $request, string $httpId, string $sslId) Returns either the HTTP or SSL version of an asset package. |
| ContainerInterface | $container |
Returns either the HTTP or SSL version of an asset package.
| Request | $request | The current request |
| string | $httpId | The id for the package to use when the current request is HTTP |
| string | $sslId | The id for the package to use when the current request is SSL |
| PackageInterface | The package |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Bundle/FrameworkBundle/Templating/Asset/PackageFactory.html