Core::View::arbitViewHttpBinaryHandler
Class arbitViewHttpBinaryHandler
Handler to display binary data over HTTP. Handler to display binary data over HTTP.
arbitViewHandler
|
--arbitViewHttpBinaryHandler
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Inherited Member Variables
Method Summary
|
public static
string |
showBinaryData(
$model
)
Show binary data
Send the proper HTTP content type header for the passed binary data and display it. |
|
public void |
display(
$model
)
Display controller result
Select the view, which should be used to display the controller results, process and echo the view results. |
|
public void |
setLocale(
$locale
)
Set view locale
Set the view locale to the given locale string. |
Inherited Methods
Methods
showBinaryData
Show binary data
Send the proper HTTP content type header for the passed binary data and display it. Show binary data
Send the proper HTTP content type header for the passed binary data and display it.
Parameters:
display
Display controller result
Select the view, which should be used to display the controller results, process and echo the view results. Display controller result
Select the view, which should be used to display the controller results, process and echo the view results.
Parameters:
Redefinition of:
| Method |
Description |
arbitViewHandler::display() |
Display controller result
Select the view, which should be used to display the controller results, process and echo the view results.
|
setLocale
void
setLocale(
string
$locale
)
Set view locale
Set the view locale to the given locale string. Set view locale
Set the view locale to the given locale string.
Parameters:
| Name |
Type |
Description |
$locale |
string |
|
Redefinition of:
|