PHP 클래스 Sulu\Component\Content\Mapper\Event\ContentNodeEvent

사용 중단: use events of DocumentManager instead
상속: extends Symfony\Component\EventDispatcher\Event
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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