PHP Class Neos\ContentRepository\Domain\Model\NodeDimension

Mostra file Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$name string
$nodeData NodeData
$value string

Public Methods

Method Description
__construct ( NodeData $nodeData, string $name, string $value )
getName ( ) : string
getNodeData ( ) : NodeData
getValue ( ) : string
setName ( string $name )
setNodeData ( NodeData $nodeData )
setValue ( string $value )

Method Details

__construct() public method

public __construct ( NodeData $nodeData, string $name, string $value )
$nodeData NodeData
$name string
$value string

getName() public method

public getName ( ) : string
return string

getNodeData() public method

public getNodeData ( ) : NodeData
return NodeData

getValue() public method

public getValue ( ) : string
return string

setName() public method

public setName ( string $name )
$name string

setNodeData() public method

public setNodeData ( NodeData $nodeData )
$nodeData NodeData

setValue() public method

public setValue ( string $value )
$value string

Property Details

$name protected_oe property

protected string $name
return string

$nodeData protected_oe property

protected NodeData,Neos\ContentRepository\Domain\Model $nodeData
return NodeData

$value protected_oe property

protected string $value
return string