Méthode |
Description |
|
addPropertyRule ( string $property, Rule $rule ) |
Adds a new rule to a property |
|
getClassName ( ) : string |
Get name of class represented in this Metadata object |
|
getFilteredProperties ( ) : array |
Retrieve a list of the object's properties that have filters attached
to them |
|
getPropertyRules ( string $property ) : array |
Retrieve s list of filtering rules attached to a property |
|
getReflectionClass ( ) : ReflectionClas\ReflectionClass |
Returns a ReflectionClass instance for this class. |
|
mergeRules ( DMS\Filter\Mapping\ClassMetadataInterface $metadata ) |
Merges rules from another metadata object into this one |
|