PHP Class Prado\Web\UI\TBroadcastEventParameter

TBroadcastEventParameter encapsulates the parameter data for events that are broadcasted. The name of of the event is specified via {@link setName Name} property while the event parameter is via {@link setParameter Parameter} property.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\TEventParameter
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
__construct ( $name = '', $parameter = null ) Constructor.
getName ( ) : string
getParameter ( ) : mixed
setName ( $value )
setParameter ( $value )

Method Details

__construct() public méthode

Constructor.
public __construct ( $name = '', $parameter = null )

getName() public méthode

public getName ( ) : string
Résultat string name of the broadcast event

getParameter() public méthode

public getParameter ( ) : mixed
Résultat mixed parameter of the broadcast event

setName() public méthode

public setName ( $value )

setParameter() public méthode

public setParameter ( $value )