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?
Assert the required permissions for the given item.
Parameters:
GalleryChildEntity |
$item: |
GalleryDataItem or GalleryChildEntity with a data item as parent. Throws ERROR_MISSING_OBJECT if a non-item has no item as parent. |
mixed |
$derivativeType: |
|