FunctionNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

GreaterThanOrEqual

class GreaterThanOrEqual extends AbstractComparison 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. TOO_LOW_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 $va

Component\Ldap

Namespaces Symfony\Component\Ldap\Exception Classes LdapClient Interfaces LdapClientInterface Ldap interface.

Component\EventDispatcher\Debug

Interfaces TraceableEventDispatcherInterface

ClockMock::time()

static time()

Component\Security\Core\Encoder

Classes BCryptPasswordEncoder BasePasswordEncoder BasePasswordEncoder is the base class for all password encoders. EncoderFactory A generic encoder factory implementation MessageDigestPasswordEncoder MessageDigestPasswordEncoder uses a message digest algorithm. Pbkdf2PasswordEncoder Pbkdf2PasswordEncoder uses the PBKDF2 (Password-Based Key Derivation Function 2). PlaintextPasswordEncoder PlaintextPasswordEncoder does not do any encoding. Interfaces EncoderFactoryInter

IsTrue

class IsTrue 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. NOT_TRUE_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 static string

Definition::getDecoratedService()

null|array getDecoratedService() Gets the service that decorates this service. Return Value null|array An array composed of the decorated service id, the new id for it and the priority of decoration, null if no service is decorated

DumpDataCollector::dump()

dump(Data $data) Dumps a Data object. Parameters Data $data A Data object

MappingException

class MappingException extends RuntimeException MappingException.