SlotsHelper::start()

start(string $name) Starts a new slot. This method starts an output buffer that will be closed when the stop() method is called. Parameters string $name The slot name Exceptions InvalidArgumentException if a slot with the same name is already started

Choice

class Choice 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_CHOICE_ERROR TOO_FEW_ERROR TOO_MANY_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Const

FileBag::replace()

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

GenericEvent::offsetSet()

offsetSet(string $key, mixed $value) ArrayAccess for argument setter. Parameters string $key Array key to set mixed $value Value

ExpressionLanguage::registerProvider()

registerProvider(ExpressionFunctionProviderInterface $provider) Parameters ExpressionFunctionProviderInterface $provider

ErrorHandler::unstackErrors()

static unstackErrors() Unstacks stacked errors and forwards to the logger.

RemoteUserFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

ContainerInterface::setParameter()

setParameter(string $name, mixed $value) Sets a parameter. Parameters string $name The parameter name mixed $value The parameter value

Acl::deleteClassAce()

deleteClassAce(int $index) Deletes a class-based ACE Parameters int $index

ExceptionInterface

interface ExceptionInterface Methods AdapterInterface getAdapter() Details AdapterInterface getAdapter() Return Value AdapterInterface