PHP 클래스 Symfony\Bundle\FrameworkBundle\Console\Descriptor\TextDescriptor

저자: Jean-François Simon ([email protected])
상속: extends Descriptor
파일 보기 프로젝트 열기: symfony/symfony

보호된 메소드들

메소드 설명
describeCallable ( $callable, array $options = [] )
describeContainerAlias ( Alias $alias, array $options = [] )
describeContainerDefinition ( Definition $definition, array $options = [] )
describeContainerParameter ( $parameter, array $options = [] )
describeContainerParameters ( ParameterBag $parameters, array $options = [] )
describeContainerService ( $service, array $options = [] )
describeContainerServices ( ContainerBuilder $builder, array $options = [] )
describeContainerTags ( ContainerBuilder $builder, array $options = [] )
describeEventDispatcherListeners ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, array $options = [] )
describeRoute ( Symfony\Component\Routing\Route $route, array $options = [] )
describeRouteCollection ( RouteCollection $routes, array $options = [] )

비공개 메소드들

메소드 설명
formatCallable ( callable $callable ) : string
formatRouterConfig ( array $config ) : string
renderEventListenerTable ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, $event, array $eventListeners, SymfonyStyle $io )
writeText ( string $content, array $options = [] )

메소드 상세

describeCallable() 보호된 메소드

protected describeCallable ( $callable, array $options = [] )
$options array

describeContainerAlias() 보호된 메소드

protected describeContainerAlias ( Alias $alias, array $options = [] )
$alias Symfony\Component\DependencyInjection\Alias
$options array

describeContainerDefinition() 보호된 메소드

protected describeContainerDefinition ( Definition $definition, array $options = [] )
$definition Symfony\Component\DependencyInjection\Definition
$options array

describeContainerParameter() 보호된 메소드

protected describeContainerParameter ( $parameter, array $options = [] )
$options array

describeContainerParameters() 보호된 메소드

protected describeContainerParameters ( ParameterBag $parameters, array $options = [] )
$parameters Symfony\Component\DependencyInjection\ParameterBag\ParameterBag
$options array

describeContainerService() 보호된 메소드

protected describeContainerService ( $service, array $options = [] )
$options array

describeContainerServices() 보호된 메소드

protected describeContainerServices ( ContainerBuilder $builder, array $options = [] )
$builder Symfony\Component\DependencyInjection\ContainerBuilder
$options array

describeContainerTags() 보호된 메소드

protected describeContainerTags ( ContainerBuilder $builder, array $options = [] )
$builder Symfony\Component\DependencyInjection\ContainerBuilder
$options array

describeEventDispatcherListeners() 보호된 메소드

protected describeEventDispatcherListeners ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, array $options = [] )
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$options array

describeRoute() 보호된 메소드

protected describeRoute ( Symfony\Component\Routing\Route $route, array $options = [] )
$route Symfony\Component\Routing\Route
$options array

describeRouteCollection() 보호된 메소드

protected describeRouteCollection ( RouteCollection $routes, array $options = [] )
$routes Symfony\Component\Routing\RouteCollection
$options array