PHP 클래스 _Beans_Attributes, Beans

파일 보기 프로젝트 열기: Getbeans/Beans 1 사용 예제들

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

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

add() 공개 메소드

Add attribute.
public add ( $attributes )

init() 공개 메소드

Initialize action.
public init ( $action )

remove() 공개 메소드

Remove attribute.
public remove ( $attributes )

replace() 공개 메소드

Replace attribute.
public replace ( $attributes )