Core::View::arbitViewUserMessageModel
Class arbitViewUserMessageModel
Model struct representing user errors. Model struct representing user errors.
Implements interfaces:
arbitBaseStruct
|
--arbitViewModel
|
--arbitViewUserMessageModel
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Descendants
Member Variables
|
protected array |
$properties
= array( 'text' => null, 'values' => null, )
Array containing the actual view data.
Array containing the actual view data. |
Method Summary
|
public void |
__construct(
[ $text
= ''] , [ $values
= array()] )
Construct project view model from common values |
|
public string |
getText(
)
Get message |
|
public array |
getTextValues(
)
Get properties
Get text properties containing the values, which should replace the placeholders in the message. |
Inherited Methods
Methods
__construct
void
__construct(
[string
$text
= ''] , [
$values
= array()] )
Construct project view model from common values Construct project view model from common values
Parameters:
| Name |
Type |
Description |
$text |
string |
|
$values |
array |
|
getText
string
getText(
)
Get message Get message
Get raw exception message without replaced placeholders
Implementation of:
getTextValues
array
getTextValues(
)
Get properties
Get text properties containing the values, which should replace the placeholders in the message. Get properties
Get text properties containing the values, which should replace the placeholders in the message.
Implementation of:
|