Neos\ContentRepository\Migration\Filters\NodeType::setExclude PHP Method

setExclude() public method

Whether the filter should exclude the given NodeType instead of including only this node type.
public setExclude ( boolean $exclude )
$exclude boolean
    public function setExclude($exclude)
    {
        $this->exclude = $exclude;
    }