Метод |
Описание |
|
__construct ( ) : void |
Constructor |
|
getHumanValue ( ) : mixed |
Get human value |
|
getValue ( ) : mixed |
Get value |
|
humanToPlain ( $value ) : mixed |
Converts human-readable value to plain |
|
isStackable ( ) : boolean |
|
|
onUpdate ( $old ) : void |
Called when |
|
plainToHuman ( $value ) : mixed |
Converts plain value to human-readable |
|
pushHumanValue ( $value ) : void |
Push human-readable value |
|
pushValue ( $value ) : void |
Push plain value |
|
resetToDefault ( ) : boolean |
Reset to default |
|
setDefaultValue ( $value ) : void |
Set default value |
|
setHumanValue ( $value ) : void |
Set human-readable value |
|
setStackable ( boolean $b = true ) |
|
|
setValue ( $value ) : void |
Set value |
|
setValueType ( $type ) : void |
Set value type |
|