PHP Interface Prado\Util\IBaseBehavior

Since: 3.2.3
Author: Brad Anderson ([email protected])
Show file Open project: pradosoft/prado

Public Methods

Method Description
attach ( $component ) Attaches the behavior object to the component.
detach ( $component ) Detaches the behavior object from the component.

Method Details

attach() public method

Attaches the behavior object to the component.
public attach ( $component )

detach() public method

Detaches the behavior object from the component.
public detach ( $component )