PHP Класс _Beans_Attributes, Beans

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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 )