Property | Type | Description | |
---|---|---|---|
$active | boolean | ||
$conditions | array | ||
$description | string | ||
$id | integer | ||
$name | string | ||
$threshold | integer |
Method | Description | |
---|---|---|
fire ( $id ) | add the persona to the current user | |
getActive ( ) : boolean | ||
getById ( $id ) : null | |
||
getConditions ( ) : array | ||
getDescription ( ) : string | ||
getId ( ) : integer | ||
getName ( ) : string | ||
getThreshold ( ) : integer | ||
isIdActive ( $id ) : boolean | ||
setActive ( boolean $active ) | ||
setConditions ( $conditions ) | ||
setDescription ( $description ) | ||
setId ( $id ) | ||
setName ( $name ) | ||
setThreshold ( integer $threshold ) |