PHP Class Sulu\Bundle\MediaBundle\DependencyInjection\ImageFormatCompilerPass

Inheritance: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Afficher le fichier Open project: sulu/sulu

Protected Properties

Свойство Type Description
$container Symfony\Component\DependencyInjection\ContainerBuilder

Méthodes publiques

Méthode Description
process ( ContainerBuilder $container ) You can modify the container here before it is dumped to PHP code.

Méthodes protégées

Méthode Description
loadImageFormats ( array $globalOptions ) : array
setFormatsFromFile ( $fullPath, &$activeFormats, $globalOptions )

Method Details

loadImageFormats() protected méthode

protected loadImageFormats ( array $globalOptions ) : array
$globalOptions array
Résultat array

process() public méthode

You can modify the container here before it is dumped to PHP code.
public process ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder

setFormatsFromFile() protected méthode

protected setFormatsFromFile ( $fullPath, &$activeFormats, $globalOptions )
$fullPath
$activeFormats
$globalOptions

Property Details

$container protected_oe property

protected ContainerBuilder,Symfony\Component\DependencyInjection $container
Résultat Symfony\Component\DependencyInjection\ContainerBuilder