
Public Member Functions | |
| __construct ($type, $code='') | |
| getCode () | |
| getText () | |
| getType () | |
| setClass ($class) | |
| setMethod ($method) | |
| toString () | |
| setIdentifier ($id) | |
| getIdentifier () | |
| setIsSticky ($isSticky=true) | |
| getIsSticky () | |
Protected Attributes | |
| $_type | |
| $_code | |
| $_class | |
| $_method | |
| $_identifier | |
| $_isSticky = false | |
Definition at line 34 of file Abstract.php.
| __construct | ( | $ | type, | |
| $ | code = '' | |||
| ) |
| getCode | ( | ) |
| getIdentifier | ( | ) |
| getIsSticky | ( | ) |
| getText | ( | ) |
| getType | ( | ) |
| setClass | ( | $ | class | ) |
| setIdentifier | ( | $ | id | ) |
Set message identifier
| string | $id |
Definition at line 86 of file Abstract.php.
| setIsSticky | ( | $ | isSticky = true |
) |
Set message sticky status
| bool | $isSticky |
Definition at line 108 of file Abstract.php.
| setMethod | ( | $ | method | ) |
| toString | ( | ) |
$_class [protected] |
Definition at line 38 of file Abstract.php.
$_code [protected] |
Definition at line 37 of file Abstract.php.
$_identifier [protected] |
Definition at line 40 of file Abstract.php.
$_isSticky = false [protected] |
Definition at line 41 of file Abstract.php.
$_method [protected] |
Definition at line 39 of file Abstract.php.
$_type [protected] |
Definition at line 36 of file Abstract.php.
1.5.8