Component\DependencyInjection\Loader

Classes ClosureLoader ClosureLoader loads service definitions from a PHP closure. FileLoader FileLoader is the abstract class used by all built-in loaders that are file based. IniFileLoader IniFileLoader loads parameters from INI files. PhpFileLoader PhpFileLoader loads service definitions from a PHP file. XmlFileLoader XmlFileLoader loads XML files service definitions. YamlFileLoader YamlFileLoader loads YAML files service definitions.

ChainLoader

class ChainLoader extends Loader ChainLoader is a loader that calls other loaders to load templates. Methods setLogger(LoggerInterface $logger) Sets the debug logger to use for this loader. from Loader setDebugger(DebuggerInterface $debugger) deprecated Sets the debugger to use for this loader. from Loader __construct(array $loaders = array()) Constructor. addLoader(LoaderInterface $loader) Adds a loader instance. Storage|bool load(TemplateReferenceInterface $template)

InvalidConfigurationException

class InvalidConfigurationException extends InvalidArgumentException

Process::getStopSignal()

int getStopSignal() Returns the number of the signal that caused the child process to stop its execution. It is only meaningful if hasBeenStopped() returns true. Return Value int Exceptions LogicException In case the process is not terminated

PdoSessionHandler::isSessionExpired()

bool isSessionExpired() Returns true when the current session exists but expired according to session.gc_maxlifetime. Can be used to distinguish between a new session and one that expired due to inactivity. Return Value bool Whether current session expired

FormConfigBuilder::setDataMapper()

FormConfigBuilderInterface setDataMapper(DataMapperInterface $dataMapper = null) Sets the data mapper used by the form. Parameters DataMapperInterface $dataMapper Return Value FormConfigBuilderInterface The configuration object

TwigDataCollector::getTime()

getTime()

DependencyInjectionExtension::hasType()

bool hasType(string $name) Returns whether the given type is supported. Parameters string $name The name of the type Return Value bool Whether the type is supported by this extension

InputDefinition::getArguments()

InputArgument[] getArguments() Gets the array of InputArgument objects. Return Value InputArgument[] An array of InputArgument objects

PhpDumper

class PhpDumper extends Dumper PhpDumper dumps a service container as a PHP class. Constants FIRST_CHARS Characters that might appear in the generated variable name as first character. NON_FIRST_CHARS Characters that might appear in the generated variable name as any but the first character. Methods __construct(ContainerBuilder $container) setProxyDumper(DumperInterface $proxyDumper) Sets the dumper to be used when dumping proxies in the generated container. string dum