Neos\Flow\Property\PropertyMappingConfigurationInterface::shouldMap PHP Method

shouldMap() public method

public shouldMap ( string $propertyName ) : boolean
$propertyName string
return boolean TRUE if the given propertyName should be mapped, FALSE otherwise.
    public function shouldMap($propertyName);