Component\Console\Formatter

Classes OutputFormatter Formatter class for console output. OutputFormatterStyle Formatter style class for defining styles. OutputFormatterStyleStack Interfaces OutputFormatterInterface Formatter interface for console output. OutputFormatterStyleInterface Formatter style interface for defining styles.

Component\Process\Exception

Classes InvalidArgumentException InvalidArgumentException for the Process Component. LogicException LogicException for the Process Component. ProcessFailedException Exception for failed processes. RuntimeException RuntimeException for the Process Component. Interfaces ExceptionInterface Marker Interface for the Process Component.

Component\DependencyInjection\ParameterBag

Classes FrozenParameterBag Holds read-only parameters. ParameterBag Holds parameters. Interfaces ParameterBagInterface ParameterBagInterface.

ConsoleCommandEvent::commandShouldRun()

bool commandShouldRun() Returns true if the command is runnable, false otherwise. Return Value bool

WebProcessor

class WebProcessor extends WebProcessor WebProcessor override to read from the HttpFoundation's Request. Methods __construct(array $extraFields = null) onKernelRequest(GetResponseEvent $event) Details __construct(array $extraFields = null) Parameters array $extraFields onKernelRequest(GetResponseEvent $event) Parameters GetResponseEvent $event

Component\Console\Output

Classes ConsoleOutput ConsoleOutput is the default class for all CLI output. It uses STDOUT. NullOutput NullOutput suppresses all output. Output Base class for output classes. StreamOutput StreamOutput writes the output to a given stream. Interfaces ConsoleOutputInterface ConsoleOutputInterface is the interface implemented by ConsoleOutput class. OutputInterface OutputInterface is the interface implemented by all Output classes.

Component\ClassLoader

Classes ApcClassLoader ApcClassLoader implements a wrapping autoloader cached in APC for PHP 5.3. ApcUniversalClassLoader ApcUniversalClassLoader implements a "universal" autoloader cached in APC for PHP 5.3. ClassCollectionLoader ClassCollectionLoader. ClassLoader ClassLoader implements an PSR-0 class loader ClassMapGenerator ClassMapGenerator DebugClassLoader Autoloader checking if the class is really defined in the file found. DebugUniversalClassLoader Checks that

KernelInterface::registerBundles()

BundleInterface[] registerBundles() Returns an array of bundles to register. Return Value BundleInterface[] An array of bundle instances

Component\Form\Test

Classes DeprecationErrorHandler FormIntegrationTestCase FormPerformanceTestCase Base class for performance tests. TypeTestCase Interfaces FormBuilderInterface FormInterface

PhpFileDumper

class PhpFileDumper extends FileDumper PhpFileDumper generates PHP files from a message catalogue. Methods setRelativePathTemplate(string $relativePathTemplate) Sets the template for the relative paths to files. from FileDumper setBackup(bool $backup) Sets backup flag. from FileDumper dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. from FileDumper string formatCatalogue(MessageCatalogue $messages, string $domain, array $options = array(