PHP Class _Beans_Attributes, Beans

Show file Open project: Getbeans/Beans Class Usage Examples

Public Methods

Method Description
__construct ( $id, $attribute, $value = null, $new_value = null ) Constructor.
add ( $attributes ) Add attribute.
init ( $action ) Initialize action.
remove ( $attributes ) Remove attribute.
replace ( $attributes ) Replace attribute.

Method Details

__construct() public method

Constructor.
public __construct ( $id, $attribute, $value = null, $new_value = null )

add() public method

Add attribute.
public add ( $attributes )

init() public method

Initialize action.
public init ( $action )

remove() public method

Remove attribute.
public remove ( $attributes )

replace() public method

Replace attribute.
public replace ( $attributes )