PHP Класс Sulu\Component\Content\Mapper\Event\ContentNodeEvent

Устаревший: use events of DocumentManager instead
Наследование: extends Symfony\Component\EventDispatcher\Event
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$node PHPCR\NodeInterface
$structure Sulu\Component\Content\Compat\StructureInterface

Открытые методы

Метод Описание
__construct ( PHPCR\NodeInterface $node, Sulu\Component\Content\Compat\StructureInterface $structure )
getNode ( ) : PHPCR\NodeInterface
getStructure ( ) : Sulu\Component\Content\Compat\StructureInterface

Описание методов

__construct() публичный Метод

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

getNode() публичный Метод

public getNode ( ) : PHPCR\NodeInterface
Результат PHPCR\NodeInterface

getStructure() публичный Метод

public getStructure ( ) : Sulu\Component\Content\Compat\StructureInterface
Результат Sulu\Component\Content\Compat\StructureInterface

Описание свойств

$node защищенное свойство

protected NodeInterface,PHPCR $node
Результат PHPCR\NodeInterface

$structure защищенное свойство

protected StructureInterface,Sulu\Component\Content\Compat $structure
Результат Sulu\Component\Content\Compat\StructureInterface