The interface that should be implemented by all special status objects.
Statis objects are used to specify non-normal results from actions. As an example that could be a "Authorization Required" status, an external redirect etc.
Source for this file: /MvcTools/src/interfaces/result_status_object.php
Version: | //autogentag// |
public void |
process(
$writer
)
This method is called by the response writers to process the data contained in the status objects. |
This method is called by the response writers to process the data contained in the status objects.
The process method it responsible for undertaking the proper action depending on which response writer is used.
Name | Type | Description |
---|---|---|
$writer |
ezcMvcResponseWriter |