Required

class Required extends Existence 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 Properties mixed $payload Domain-specific data attached to a constraint from Constraint array $groups The groups that the constraint belongs to from Constraint $constraints from Existence Methods static string g

Output::isQuiet()

bool isQuiet() Returns whether verbosity is quiet (-q). Return Value bool true if verbosity is set to VERBOSITY_QUIET, false otherwise

Component\Security\Core\Role

Classes Role Role is a simple implementation of a RoleInterface where the role is a string. RoleHierarchy RoleHierarchy defines a role hierarchy. SwitchUserRole SwitchUserRole is used when the current user temporarily impersonates another one. Interfaces RoleHierarchyInterface RoleHierarchyInterface is the interface for a role hierarchy. RoleInterface RoleInterface represents a role granted to a user.

NodeExtension::translateClass()

XPathExpr translateClass(ClassNode $node, Translator $translator) Parameters ClassNode $node Translator $translator Return Value XPathExpr

GuardAuthenticationFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

NumberFormatter::getPattern()

bool|string getPattern() Not supported. Returns the formatter's pattern. Return Value bool|string The pattern string used by the formatter or false on error Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/numberformatter.getpattern.php

QuarterTransformer::getReverseMatchingRegExp()

string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). Parameters int $length The length of the value to be reverse matched Return Value string The reverse matching regular expression

TimeType

class TimeType extends AbstractType Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. buildView(FormView $view, FormInterface $form, array $options) Builds the form view. finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. from AbstractType configureOptions(OptionsResolver $resolver) Configures the options for this type. string getBlockPrefix() Returns the prefix of the template block name for this type.

DateTimeToArrayTransformer

class DateTimeToArrayTransformer extends BaseDateTimeTransformer Transforms between a normalized time and a localized time string/array. Methods __construct(string $inputTimezone = null, string $outputTimezone = null, array $fields = null, bool $pad = false) Constructor. mixed transform(DateTimeInterface $dateTime) Transforms a normalized date into a localized date. mixed reverseTransform(mixed $value) Transforms a localized date into a normalized date. Details

DependencyInjectionExtension::getTypeGuesser()

FormTypeGuesserInterface|null getTypeGuesser() Returns the type guesser provided by this extension. Return Value FormTypeGuesserInterface|null The type guesser