PHP Class Neos\ContentRepository\Migration\Filters\NodeName

Inheritance: implements Neos\ContentRepository\Migration\Filters\FilterInterface
Datei anzeigen Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$nodeName string The node name to match on.

Public Methods

Method Description
matches ( NodeData $node ) : boolean Returns TRUE if the given node is of the node type this filter expects.
setNodeName ( string $nodeName ) : void Sets the node type name to match on.

Method Details

matches() public method

Returns TRUE if the given node is of the node type this filter expects.
public matches ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
return boolean

setNodeName() public method

Sets the node type name to match on.
public setNodeName ( string $nodeName ) : void
$nodeName string
return void

Property Details

$nodeName protected_oe property

The node name to match on.
protected string $nodeName
return string