Core::View::arbitViewErrorContextModel
Class arbitViewErrorContextModel
Base model struct for exception data. Base model struct for exception data.
Does not enforce anything, just a root class for object identification and possible future checks / unifications.
arbitBaseStruct
|
--arbitViewModel
|
--arbitViewErrorContextModel
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Descendants
Member Variables
|
protected array |
$properties
= array( 'exception' => null, )
Array containing the actual view data.
Array containing the actual view data. |
Method Summary
|
public void |
__construct(
[ $e
= null] )
Create view data struct from exception |
Inherited Methods
Methods
__construct
void
__construct(
[
$e
= null] )
Create view data struct from exception Create view data struct from exception
Parameters:
| Name |
Type |
Description |
$e |
Exception |
|
|