PHP Class Sulu\Bundle\TagBundle\Event\TagDeleteEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Afficher le fichier Open project: sulu/sulu

Protected Properties

Свойство Type Description
$tag Sulu\Bundle\TagBundle\Entity\Tag

Méthodes publiques

Méthode Description
__construct ( Tag $tag )
getTag ( ) : Tag Returns the deleted tag.

Method Details

__construct() public méthode

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

getTag() public méthode

Returns the deleted tag.
public getTag ( ) : Tag
Résultat Sulu\Bundle\TagBundle\Entity\Tag

Property Details

$tag protected_oe property

protected Tag,Sulu\Bundle\TagBundle\Entity $tag
Résultat Sulu\Bundle\TagBundle\Entity\Tag