PHP Class Sulu\Component\Content\Mapper\Event\ContentNodeOrderEvent

Deprecation: use events of DocumentManager instead
Inheritance: extends Symfony\Component\EventDispatcher\Event
Show file Open project: sulu/sulu

Protected Properties

Property Type Description
$node PHPCR\NodeInterface

Public Methods

Method Description
__construct ( PHPCR\NodeInterface $node )
getNode ( ) : PHPCR\NodeInterface

Method Details

__construct() public method

public __construct ( PHPCR\NodeInterface $node )
$node PHPCR\NodeInterface

getNode() public method

public getNode ( ) : PHPCR\NodeInterface
return PHPCR\NodeInterface

Property Details

$node protected property

protected NodeInterface,PHPCR $node
return PHPCR\NodeInterface