PHP 클래스 Sulu\Bundle\TagBundle\Event\TagMergeEvent

상속: extends Symfony\Component\EventDispatcher\Event
파일 보기 프로젝트 열기: sulu/sulu

보호된 프로퍼티들

프로퍼티 타입 설명
$destTag Sulu\Bundle\TagBundle\Entity\Tag The Tag the deleted Tag got merged into.
$srcTags array The deleted Tag.

공개 메소드들

메소드 설명
__construct ( array $srcTags, Tag $destTag )
getDestTag ( ) : Tag Returns the Tag in which the deleted Tag got merged.
getSrcTags ( ) : Tag Returns the Tag which got deleted.

메소드 상세

__construct() 공개 메소드

public __construct ( array $srcTags, Tag $destTag )
$srcTags array The deleted Tag
$destTag Sulu\Bundle\TagBundle\Entity\Tag The Tag the deleted Tag got merged into

getDestTag() 공개 메소드

Returns the Tag in which the deleted Tag got merged.
public getDestTag ( ) : Tag
리턴 Sulu\Bundle\TagBundle\Entity\Tag

getSrcTags() 공개 메소드

Returns the Tag which got deleted.
public getSrcTags ( ) : Tag
리턴 Sulu\Bundle\TagBundle\Entity\Tag

프로퍼티 상세

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

The Tag the deleted Tag got merged into.
protected Tag,Sulu\Bundle\TagBundle\Entity $destTag
리턴 Sulu\Bundle\TagBundle\Entity\Tag

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

The deleted Tag.
protected array $srcTags
리턴 array