PHP Class Neos\ContentRepository\Migration\Filters\Workspace

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

Protected Properties

Property Type Description
$workspaceName string The workspace name to match on.

Public Methods

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

Method Details

matches() public method

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

setWorkspaceName() public method

Sets the workspace name to match on.
public setWorkspaceName ( string $nodeName ) : void
$nodeName string
return void

Property Details

$workspaceName protected_oe property

The workspace name to match on.
protected string $workspaceName
return string