PHP 클래스 Sulu\Bundle\MediaBundle\DependencyInjection\ImageFormatCompilerPass

상속: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
파일 보기 프로젝트 열기: sulu/sulu

보호된 프로퍼티들

프로퍼티 타입 설명
$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