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
显示文件 Open project: pradosoft/prado

Public Methods

Method Description
getEnabled ( ) : boolean
setEnabled ( $value )

Method Details

getEnabled() public method

public getEnabled ( ) : boolean
return boolean whether this behavior is enabled

setEnabled() public method

public setEnabled ( $value )