PHP Класс Sulu\Bundle\MediaBundle\DependencyInjection\ImageFormatCompilerPass

Наследование: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$container Symfony\Component\DependencyInjection\ContainerBuilder

Открытые методы

Метод Описание
process ( ContainerBuilder $container ) You can modify the container here before it is dumped to PHP code.

Защищенные методы

Метод Описание
loadImageFormats ( array $globalOptions ) : array
setFormatsFromFile ( $fullPath, &$activeFormats, $globalOptions )

Описание методов

loadImageFormats() защищенный Метод

protected loadImageFormats ( array $globalOptions ) : array
$globalOptions array
Результат array

process() публичный Метод

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

setFormatsFromFile() защищенный Метод

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

Описание свойств

$container защищенное свойство

protected ContainerBuilder,Symfony\Component\DependencyInjection $container
Результат Symfony\Component\DependencyInjection\ContainerBuilder