PHP Class Prado\Util\TClassBehavior

Since: 3.2.3
Author: Brad Anderson ([email protected])
Inheritance: extends Prado\TComponent, implements IClassBehavior
Datei anzeigen 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 )