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

shouldSkip() public method

Check if the given $propertyName should be skipped during mapping.
public shouldSkip ( string $propertyName ) : boolean
$propertyName string
return boolean
    public function shouldSkip($propertyName);