ArrayAdapter::hasItem()

hasItem($key) {@inheritdoc} Parameters $key

AbstractOperation::getResult()

MessageCatalogueInterface getResult() Returns resulting catalogue ('result'). Return Value MessageCatalogueInterface

DataCollectorTranslator::transChoice()

string transChoice(string $id, int $number, array $parameters = array(), string|null $domain = null, string|null $locale = null) Translates the given choice message by choosing a translation according to a number. Parameters string $id The message id (may also be an object that can be cast to string) int $number The number to use to find the indice of the message array $parameters An array of parameters for the message string|null $domain The domain for the message or null to u

Response::setNotModified()

Response setNotModified() Modifies the response so that it conforms to the rules defined for a 304 status code. This sets the status, removes the body, and discards any headers that MUST NOT be included in 304 responses. Return Value Response See also http://tools.ietf.org/html/rfc2616#section-10.3.5

ContainerDebugCommand

class ContainerDebugCommand extends ContainerAwareCommand A console command for retrieving information about services. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper s

DataTransformerInterface::transform()

mixed transform(mixed $value) Transforms a value from the original representation to a transformed representation. This method is called on two occasions inside a form field: When the form field is initialized with the data attached from the datasource (object or array). When data from a request is submitted using {@link Form::submit()} to transform the new input data back into the renderable format. For example if you have a date field and submit '2009-10-10' you might accept th

Bridge\Doctrine\DataCollector

Classes DoctrineDataCollector DoctrineDataCollector.

ExtensionInterface::getName()

string getName() Returns extension name. Return Value string

ReplaceAliasByActualDefinitionPass

class ReplaceAliasByActualDefinitionPass implements CompilerPassInterface Replaces aliases with actual service definitions, effectively removing these aliases. Methods process(ContainerBuilder $container) Process the Container to replace aliases with service definitions. Details process(ContainerBuilder $container) Process the Container to replace aliases with service definitions. Parameters ContainerBuilder $container Exceptions InvalidArg

DebugCommand

class DebugCommand extends Command Lists twig functions, filters, globals and tests present in the current project. Methods __construct(string|null $name = 'debug:twig') Constructor. ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. fr