PHP Class Goetas\Twital\EventDispatcher\SourceEvent

Author: Asmir Mustafic ([email protected])
Inheritance: extends Symfony\Component\EventDispatcher\Event
Afficher le fichier Open project: goetas/twital Class Usage Examples

Protected Properties

Свойство Type Description
$template string
$twital Goetas\Twital\Twital

Méthodes publiques

Méthode Description
__construct ( Twital $twital, $template )
getTemplate ( ) : string
getTwital ( ) : Twital
setTemplate ( string $template ) : void

Method Details

__construct() public méthode

public __construct ( Twital $twital, $template )
$twital Goetas\Twital\Twital

getTemplate() public méthode

public getTemplate ( ) : string
Résultat string

getTwital() public méthode

public getTwital ( ) : Twital
Résultat Goetas\Twital\Twital

setTemplate() public méthode

public setTemplate ( string $template ) : void
$template string
Résultat void

Property Details

$template protected_oe property

protected string $template
Résultat string

$twital protected_oe property

protected Twital,Goetas\Twital $twital
Résultat Goetas\Twital\Twital