PHP Class Symfony\Component\DependencyInjection\Compiler\LoggingFormatter

Author: Johannes M. Schmitt ([email protected])
Afficher le fichier Open project: symfony/symfony

Méthodes publiques

Méthode Description
format ( Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface $pass, $message )
formatInlineService ( Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface $pass, $id, $target )
formatRemoveService ( Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface $pass, $id, $reason )
formatResolveInheritance ( Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface $pass, $childId, $parentId )
formatUnusedAutowiringPatterns ( Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface $pass, $id, array $patterns )
formatUpdateReference ( Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface $pass, $serviceId, $oldDestId, $newDestId )

Method Details

format() public méthode

public format ( Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface $pass, $message )
$pass Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface

formatInlineService() public méthode

public formatInlineService ( Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface $pass, $id, $target )
$pass Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface

formatRemoveService() public méthode

public formatRemoveService ( Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface $pass, $id, $reason )
$pass Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface

formatResolveInheritance() public méthode

public formatResolveInheritance ( Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface $pass, $childId, $parentId )
$pass Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface

formatUnusedAutowiringPatterns() public méthode

public formatUnusedAutowiringPatterns ( Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface $pass, $id, array $patterns )
$pass Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
$patterns array

formatUpdateReference() public méthode

public formatUpdateReference ( Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface $pass, $serviceId, $oldDestId, $newDestId )
$pass Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface