ClassMetadata::getClassName()
  • References/PHP/Symfony/Component/Validator/Mapping

string getClassName() Returns the name of the backing PHP class.

2025-01-10 15:47:30
GenericMetadata::hasConstraints()
  • References/PHP/Symfony/Component/Validator/Mapping

bool hasConstraints() Returns whether this element has any constraints.

2025-01-10 15:47:30
Component\Validator\Mapping\Cache
  • References/PHP/Symfony/Component/Validator/Mapping

Classes

2025-01-10 15:47:30
ClassMetadata::addGetterConstraint()
  • References/PHP/Symfony/Component/Validator/Mapping

ClassMetadata addGetterConstraint(string

2025-01-10 15:47:30
MetadataFactoryInterface
  • References/PHP/Symfony/Component/Validator/Mapping/Factory

interface MetadataFactoryInterface Returns {@link \Symfony\Component\Validator\Mapping\MetadataInterface}

2025-01-10 15:47:30
MemberMetadata::getName()
  • References/PHP/Symfony/Component/Validator/Mapping

string getName() Returns the name of the member.

2025-01-10 15:47:30
TraversalStrategy
  • References/PHP/Symfony/Component/Validator/Mapping

class TraversalStrategy Specifies whether and how a traversable object should be traversed.

2025-01-10 15:47:30
MetadataInterface::findConstraints()
  • References/PHP/Symfony/Component/Validator/Mapping

Constraint[] findConstraints(string $group)

2025-01-10 15:47:30
MemberMetadata::isPrivate()
  • References/PHP/Symfony/Component/Validator/Mapping

bool isPrivate(object|string $objectOrClassName) Returns whether this member is private.

2025-01-10 15:47:30
MemberMetadata::getClassName()
  • References/PHP/Symfony/Component/Validator/Mapping

getClassName() {@inheritdoc}

2025-01-10 15:47:30