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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$node PHPCR\NodeInterface

공개 메소드들

메소드 설명
__construct ( PHPCR\NodeInterface $node )
getNode ( ) : PHPCR\NodeInterface

메소드 상세

__construct() 공개 메소드

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

getNode() 공개 메소드

public getNode ( ) : PHPCR\NodeInterface
리턴 PHPCR\NodeInterface

프로퍼티 상세

$node 보호되어 있는 프로퍼티

protected NodeInterface,PHPCR $node
리턴 PHPCR\NodeInterface