Метод | Описание | |
---|---|---|
__get ( string $name ) : mixed | Get a value from attributes or private settings | |
__isset ( string $name ) : boolean | Test if property is set either as an attribute or private setting | |
__set ( string $name, mixed $value ) : void | Set an attribute or private setting value | |
__unset ( string $name ) : void | Unset a property from private settings or attribute. | |
getContext ( ) : string | Get the widget context | |
getTitle ( ) : string | Get the title of the widget | |
move ( integer $column, integer $rank ) : void | Move the widget | |
saveSettings ( array $params ) : boolean | Saves the widget's settings | |
setContext ( string $context ) : boolean | Set the widget context |
Метод | Описание | |
---|---|---|
initializeAttributes ( ) : void | Set subtype to widget. |
protected initializeAttributes ( ) : void | ||
Результат | void |
public saveSettings ( array $params ) : boolean | ||
$params | array | An array of name => value parameters |
Результат | boolean |
public setContext ( string $context ) : boolean | ||
$context | string | The widget context |
Результат | boolean |