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

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

Protected Properties

Property Type Description
$node PHPCR\NodeInterface
$structure Sulu\Component\Content\Compat\StructureInterface

Public Methods

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

Method Details

__construct() public method

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

getNode() public method

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

getStructure() public method

public getStructure ( ) : Sulu\Component\Content\Compat\StructureInterface
return Sulu\Component\Content\Compat\StructureInterface

Property Details

$node protected property

protected NodeInterface,PHPCR $node
return PHPCR\NodeInterface

$structure protected property

protected StructureInterface,Sulu\Component\Content\Compat $structure
return Sulu\Component\Content\Compat\StructureInterface