DMS\Filter\Mapping\ClassMetadata::getPropertyRules PHP Method

getPropertyRules() public method

{@inheritDoc}
public getPropertyRules ( $property )
    public function getPropertyRules($property)
    {
        if (!isset($this->filteredProperties[$property])) {
            return null;
        }
        return $this->filteredProperties[$property]['rules'];
    }