Core::arbitResult
Class arbitResult
Main controller result extending the ezcMvcResult Main controller result extending the ezcMvcResult
ezcMvcResult
|
--arbitResult
Author(s):
|
Version:
|
$Revision: 1692 $ |
|
License:
|
GPL |
Descendants
Member Variables
|
public string |
$generator
= 'Arbit $Revision: 1692 $'
Generator string, f.
Generator string, f.e. "eZ Components MvcTools" |
|
public ezcMvcResultStatusObject |
$status
= 0
Result status
Set this to an object that implements the ezcMvcResultStatusObject, for example ezcMvcResultUnauthorized or ezcMvcExternalRedirect. objects are used by the response writers to take appropriate actions.
Result status
Set this to an object that implements the ezcMvcResultStatusObject, for example ezcMvcResultUnauthorized or ezcMvcExternalRedirect. These status objects are used by the response writers to take appropriate actions. |
|
public arbitViewModel |
$view
View contents wrapped by arbitViewModel models.
View contents wrapped by arbitViewModel models. |
Method Summary
|
public static
arbitResult |
__set_state(
$values
)
Generic set state method for structs |
|
public arbitResult |
__construct(
$view
)
Constructs a new arbitResult. |
|
public void |
__clone(
)
Method called, when object ist cloned |
Methods
__set_state
Generic set state method for structs Generic set state method for structs
Parameters:
| Name |
Type |
Description |
$values |
array |
|
__construct
Constructs a new arbitResult. Constructs a new arbitResult.
Parameters:
Redefined in descendants as:
__clone
void
__clone(
)
Method called, when object ist cloned Method called, when object ist cloned
|