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

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

Protected Properties

Свойство Type Description
$node PHPCR\NodeInterface
$structure Sulu\Component\Content\Compat\StructureInterface

Méthodes publiques

Méthode Description
__construct ( PHPCR\NodeInterface $node, Sulu\Component\Content\Compat\StructureInterface $structure )
getNode ( ) : PHPCR\NodeInterface
getStructure ( ) : Sulu\Component\Content\Compat\StructureInterface

Method Details

__construct() public méthode

public __construct ( PHPCR\NodeInterface $node, Sulu\Component\Content\Compat\StructureInterface $structure )
$node PHPCR\NodeInterface
$structure Sulu\Component\Content\Compat\StructureInterface

getNode() public méthode

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

getStructure() public méthode

public getStructure ( ) : Sulu\Component\Content\Compat\StructureInterface
Résultat Sulu\Component\Content\Compat\StructureInterface

Property Details

$node protected_oe property

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

$structure protected_oe property

protected StructureInterface,Sulu\Component\Content\Compat $structure
Résultat Sulu\Component\Content\Compat\StructureInterface