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

Deprecation: use events of DocumentManager instead
Inheritance: extends Symfony\Component\EventDispatcher\Event
Afficher le fichier Open project: sulu/sulu

Protected Properties

Свойство Type Description
$node PHPCR\NodeInterface

Méthodes publiques

Méthode Description
__construct ( PHPCR\NodeInterface $node )
getNode ( ) : PHPCR\NodeInterface

Method Details

__construct() public méthode

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

getNode() public méthode

public getNode ( ) : PHPCR\NodeInterface
Résultat PHPCR\NodeInterface

Property Details

$node protected_oe property

protected NodeInterface,PHPCR $node
Résultat PHPCR\NodeInterface