PHP Interface Prado\Util\IBehavior

A behavior is a way to enhance a component with additional methods and events that are defined in the behavior class and not available in the class. Objects may signal behaviors through dynamic events.
Since: 3.2.3
Author: Brad Anderson ([email protected])
Inheritance: extends Prado\Util\IBaseBehavior
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
getEnabled ( ) : boolean
setEnabled ( $value )

Method Details

getEnabled() public méthode

public getEnabled ( ) : boolean
Résultat boolean whether this behavior is enabled

setEnabled() public méthode

public setEnabled ( $value )