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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$tag Sulu\Bundle\TagBundle\Entity\Tag

공개 메소드들

메소드 설명
__construct ( Tag $tag )
getTag ( ) : Tag Returns the deleted tag.

메소드 상세

__construct() 공개 메소드

public __construct ( Tag $tag )
$tag Sulu\Bundle\TagBundle\Entity\Tag The deleted tag

getTag() 공개 메소드

Returns the deleted tag.
public getTag ( ) : Tag
리턴 Sulu\Bundle\TagBundle\Entity\Tag

프로퍼티 상세

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

protected Tag,Sulu\Bundle\TagBundle\Entity $tag
리턴 Sulu\Bundle\TagBundle\Entity\Tag