Class: AdminEventLogViewerCallbackView
Source Location: /modules/core/AdminEventLogViewerCallback.inc
Class AdminEventLogViewerCallbackView
Inherited Properties, Constants, and Methods
Methods
API Tags:
See: | GalleryView::isControllerLike |
Redefinition of:
- GalleryView::isControllerLike()
- Does this view change any data? Only controllers should change data, but AJAX and some immediate views are handled in views in Gallery.
void renderImmediate(
$status,
$error
)
|
|
Parameters:
API Tags:
See: | GalleryView::renderImmediate |
Redefinition of:
- GalleryView::renderImmediate()
- Print out the immediate output for this view. This will bypass any global templating. This style of view should be reserved for binary data.
|
|