PHP Class Symfony\Bundle\FrameworkBundle\Console\Descriptor\TextDescriptor

Author: Jean-François Simon ([email protected])
Inheritance: extends Descriptor
Show file Open project: symfony/symfony

Protected Methods

Method Description
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 = [] )

Private Methods

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

Method Details

describeCallable() protected method

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

describeContainerAlias() protected method

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

describeContainerDefinition() protected method

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

describeContainerParameter() protected method

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

describeContainerParameters() protected method

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

describeContainerService() protected method

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

describeContainerServices() protected method

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

describeContainerTags() protected method

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

describeEventDispatcherListeners() protected method

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

describeRoute() protected method

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

describeRouteCollection() protected method

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