Class: ItemDeleteJsView
Source Location: /modules/core/ItemDeleteJs.inc
Class ItemDeleteJsView
Inherited Properties, Constants, and Methods
Methods
void isAllowedInEmbedOnly(
)
|
|
API Tags:
See: | GalleryView::isAllowedInEmbedOnly |
Redefinition of:
- GalleryView::isAllowedInEmbedOnly()
- Does this view allow direct access even in embed-only mode?
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 shouldSaveSession(
)
|
|
API Tags:
See: | GalleryView::shouldSaveSession |
Redefinition of:
- GalleryView::shouldSaveSession()
- Should session be saved and session cookie sent when this view is accessed?
|
|