PHP Class Goetas\Twital\EventDispatcher\SourceEvent

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

Protected Properties

Property Type Description
$template string
$twital Goetas\Twital\Twital

Public Methods

Method Description
__construct ( Twital $twital, $template )
getTemplate ( ) : string
getTwital ( ) : Twital
setTemplate ( string $template ) : void

Method Details

__construct() public method

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

getTemplate() public method

public getTemplate ( ) : string
return string

getTwital() public method

public getTwital ( ) : Twital
return Goetas\Twital\Twital

setTemplate() public method

public setTemplate ( string $template ) : void
$template string
return void

Property Details

$template protected_oe property

protected string $template
return string

$twital protected_oe property

protected Twital,Goetas\Twital $twital
return Goetas\Twital\Twital