PHP Class Symfony\Component\DependencyInjection\Compiler\LoggingFormatter

Author: Johannes M. Schmitt ([email protected])
Show file Open project: symfony/symfony

Public Methods

Method 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 method

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

formatInlineService() public method

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

formatRemoveService() public method

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

formatResolveInheritance() public method

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

formatUnusedAutowiringPatterns() public method

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

formatUpdateReference() public method

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