ContainerBuilder

class ContainerBuilder extends Container implements TaggedContainerInterface ContainerBuilder is a DI container that provides an API to easily describe services. Methods __construct(ParameterBagInterface $parameterBag = null) from Container compile() Compiles the container. bool isFrozen() Returns true if the container parameter bag are frozen. from Container ParameterBagInterface getParameterBag() Gets the service container parameter bag. from Container mixed getParame

Currency

class Currency extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. NO_SUCH_CURRENCY_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message Methods sta

SymfonyStyle::progressStart()

progressStart(int $max) Starts the progress output. Parameters int $max Maximum steps (0 if unknown)

Translator::getFallbackLocales()

array getFallbackLocales() Gets the fallback locales. Return Value array $locales The fallback locales

AttributeBagInterface::has()

bool has(string $name) Checks if an attribute is defined. Parameters string $name The attribute name Return Value bool true if the attribute is defined, false otherwise

EventDataCollector::setCalledListeners()

setCalledListeners(array $listeners) Sets the called listeners. Parameters array $listeners An array of called listeners See also TraceableEventDispatcherInterface

MemcachedSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName

Question::setValidator()

Question setValidator(callable $validator = null) Sets a validator for the question. Parameters callable $validator Return Value Question The current instance

Collection::offsetSet()

offsetSet($offset, $value) Parameters $offset $value

RouteCollectionBuilder::setHost()

$this setHost(string $pattern) Sets the host on all embedded routes (unless already set). Parameters string $pattern Return Value $this