Class: SimpleCallbackView
Source Location: /modules/core/SimpleCallback.inc
Class SimpleCallbackView
Class Overview
This view lets you make very simple callbacks to the framework to get very specific data.
Eventually this will probably get refactored into a much more sophisticated framework.
Located in /modules/core/SimpleCallback.inc [line 37]
GalleryView
|
--SimpleCallbackView
|
Methods
|
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.
void _getDirectoryListing(
$path, [
$getFiles = true]
)
|
|
Parameters:
|
|