Class AssetFactory
Class AssetFactory
Namespace: Mapbender\CoreBundle\Asset
Package: Mapbender\CoreBundle\Asset
Author: Christian Wygoda <christian.wygoda@wheregroup.com>
Author: Andriy Oblivantsev <andriy.oblivantsev@wheregroup.com>
Located at Mapbender/CoreBundle/Asset/AssetFactory.php
Package: Mapbender\CoreBundle\Asset
Author: Christian Wygoda <christian.wygoda@wheregroup.com>
Author: Andriy Oblivantsev <andriy.oblivantsev@wheregroup.com>
Located at Mapbender/CoreBundle/Asset/AssetFactory.php
Methods summary
public
|
#
__construct( Symfony\Component\DependencyInjection\ContainerInterface $container, array $inputs, string $type, string $targetPath, string $sourcePath )
AssetFactory constructor. |
public
Assetic\Asset\AssetCollection
|
|
public
string
|
|
protected
string
|
|
protected
string
|
Magic methods summary
Properties summary
protected
Symfony\Component\DependencyInjection\ContainerInterface
|
$container
|
|
protected
array|Assetic\Asset\FileAsset[]|Assetic\Asset\StringAsset[]
|
$inputs
|
|
protected
string
|
$type
|
|
protected
string
|
$targetPath
|
|
protected
string
|
$sourcePath
string |
|
protected
Assetic\Asset\AssetCollection
|
$collection
|