SecurityDataCollector::getVoters()

string[] getVoters() Returns the FQCN of the security voters enabled in the application. Return Value string[]

Kernel::getCharset()

string getCharset() Gets the charset of the application. Return Value string The charset

PropertyMetadata

class PropertyMetadata extends MemberMetadata Stores all metadata needed for validating a class property. The value of the property is obtained by directly accessing the property. The property will be accessed by reflection, so the access of private and protected properties is supported. This class supports serialization and cloning. Properties Constraint[] $constraints from GenericMetadata array $constraintsByGroup from GenericMetadata int $cascadingStrategy The strategy for cascad

ContainerBuilder::findUnusedTags()

string[] findUnusedTags() Returns all tags not queried by findTaggedServiceIds. Return Value string[] An array of tags

ParameterBag::replace()

replace(array $parameters = array()) Replaces the current parameters by a new set. Parameters array $parameters An array of parameters

ArrayKeyChoiceList deprecated

class ArrayKeyChoiceList extends ArrayChoiceList deprecated since version 2.8, to be removed in 3.0. Use ArrayChoiceList instead. A list of choices that can be stored in the keys of a PHP array. PHP arrays accept only strings and integers as array keys. Other scalar types are cast to integers and strings according to the description of {@link toArrayKey()}. This implementation applies the same casting rules for the choices passed to the constructor and to {@link getValuesForChoices()}. B

ProgressBar

class ProgressBar The ProgressBar provides helpers to display progress output. Methods __construct(OutputInterface $output, int $max) Constructor. static setPlaceholderFormatterDefinition(string $name, callable $callable) Sets a placeholder formatter for a given name. static callable|null getPlaceholderFormatterDefinition(string $name) Gets the placeholder formatter for a given name. static setFormatDefinition(string $name, string $format) Sets a format for a given name.

Crawler::parents()

Crawler parents() Returns the parents nodes of the current selection. Return Value Crawler A Crawler instance with the parents nodes of the current selection Exceptions InvalidArgumentException When current node is empty

KernelInterface::boot()

boot() Boots the current kernel.

SwiftMailerHandler::setTransport()

setTransport(Swift_Transport $transport) Parameters Swift_Transport $transport