Property | Type | Description | |
---|---|---|---|
$container | Symfony\Component\DependencyInjection\ContainerInterface | ||
$handlerByExtension | Jarves\AssetHandler\CompileHandlerInterface[] | ||
$handlerByType | Jarves\AssetHandler\CompileHandlerInterface[] | ||
$loaderByContentType | Jarves\AssetHandler\LoaderHandlerInterface[] | ||
$loaderByExtension | Jarves\AssetHandler\LoaderHandlerInterface[] |
Method | Description | |
---|---|---|
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container ) | ||
compileAsset ( |
||
getCompileHandlerByContentType ( string $type ) : Jarves\AssetHandler\CompileHandlerInterface | ||
getCompileHandlerByFileExtension ( string $filePath ) : Jarves\AssetHandler\CompileHandlerInterface | ||
getLoaderHandlerByContentType ( string $contentType ) : Jarves\AssetHandler\LoaderHandlerInterface | ||
getLoaderHandlerByExtension ( string $filePath ) : Jarves\AssetHandler\LoaderHandlerInterface | ||
registerCompileHandlerByContentType ( $contentType, string $serviceId ) | ||
registerCompileHandlerByExtension ( string $fileExtension, string $serviceId ) | ||
registerLoaderHandlerByContentType ( string $contentType, string $serviceId ) | ||
registerLoaderHandlerByExtension ( string $fileExtension, string $serviceId ) |
public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container ) | ||
$container | Symfony\Component\DependencyInjection\ContainerInterface |
public compileAsset ( |
||
$assetInfo | ||
return |
public getCompileHandlerByContentType ( string $type ) : Jarves\AssetHandler\CompileHandlerInterface | ||
$type | string | |
return | Jarves\AssetHandler\CompileHandlerInterface |
public getCompileHandlerByFileExtension ( string $filePath ) : Jarves\AssetHandler\CompileHandlerInterface | ||
$filePath | string | |
return | Jarves\AssetHandler\CompileHandlerInterface |
public getLoaderHandlerByContentType ( string $contentType ) : Jarves\AssetHandler\LoaderHandlerInterface | ||
$contentType | string | |
return | Jarves\AssetHandler\LoaderHandlerInterface |
public getLoaderHandlerByExtension ( string $filePath ) : Jarves\AssetHandler\LoaderHandlerInterface | ||
$filePath | string | |
return | Jarves\AssetHandler\LoaderHandlerInterface |
public registerCompileHandlerByContentType ( $contentType, string $serviceId ) | ||
$serviceId | string |
public registerCompileHandlerByExtension ( string $fileExtension, string $serviceId ) | ||
$fileExtension | string | |
$serviceId | string |
public registerLoaderHandlerByContentType ( string $contentType, string $serviceId ) | ||
$contentType | string | |
$serviceId | string |
public registerLoaderHandlerByExtension ( string $fileExtension, string $serviceId ) | ||
$fileExtension | string | |
$serviceId | string |
protected ContainerInterface,Symfony\Component\DependencyInjection $container | ||
return | Symfony\Component\DependencyInjection\ContainerInterface |
protected CompileHandlerInterface[],Jarves\AssetHandler $handlerByExtension | ||
return | Jarves\AssetHandler\CompileHandlerInterface[] |
protected CompileHandlerInterface[],Jarves\AssetHandler $handlerByType | ||
return | Jarves\AssetHandler\CompileHandlerInterface[] |
protected LoaderHandlerInterface[],Jarves\AssetHandler $loaderByContentType | ||
return | Jarves\AssetHandler\LoaderHandlerInterface[] |