PHP Class Sulu\Bundle\TagBundle\Event\TagDeleteEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Datei anzeigen Open project: sulu/sulu

Protected Properties

Property Type Description
$tag Sulu\Bundle\TagBundle\Entity\Tag

Public Methods

Method Description
__construct ( Tag $tag )
getTag ( ) : Tag Returns the deleted tag.

Method Details

__construct() public method

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

getTag() public method

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

Property Details

$tag protected_oe property

protected Tag,Sulu\Bundle\TagBundle\Entity $tag
return Sulu\Bundle\TagBundle\Entity\Tag