PHP Class Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand

Author: Jérémy Romey ([email protected])
Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Datei anzeigen Open project: symfony/swiftmailer-bundle

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
outputMailer ( $name )
outputMailers ( $routes = null )

Private Methods

Method Description
isDefaultMailer ( $name )

Method Details

configure() protected method

See also: Command
protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

outputMailer() protected method

protected outputMailer ( $name )

outputMailers() protected method

protected outputMailers ( $routes = null )