|
dmBridge PHP API
|
Inheritance diagram for DMInternalView:Encapsulates a view that is internal to the dmBridge system, such as within the template engine or control panel. This is in contrast to an external view, which is an abstract view used in the context of custom software that interfaces with the dmBridge PHP API.
The concrete DMInternalView instance can always be accessed within HTML templates via the $view variable.
Definition at line 21 of file DMInternalView.php.
| DMInternalView::__construct | ( | DMTemplate $ | template, |
| DMSession $ | session | ||
| ) |
| DMTemplate | template |
| DMUser | user |
Reimplemented in DMControlPanelView.
Definition at line 32 of file DMInternalView.php.
| DMInternalView::getFlash | ( | ) |
Returns and erases the flash message from the user's session.
Do not use this method to check for the presence of a flash message; use isFlash() instead.
Definition at line 54 of file DMInternalView.php.
Referenced by isFlash().
| DMInternalView::getTemplate | ( | ) |
Definition at line 77 of file DMInternalView.php.
Referenced by DMFavoritesView::getAccessibleFavorites(), DMTemplateEngineView::getFavoritesView(), DMTemplateEngineView::getLoginView(), DMResultsView::getNumTileViewColumns(), DMTemplateEngineView::getSearchView(), DMObjectView::getViewForNextObject(), DMObjectView::getViewForPreviousObject(), and render().
| DMInternalView::isFlash | ( | ) |
| DMInternalView::render | ( | ) |
| DMInternalView::setTemplate | ( | DMTemplate $ | template | ) |
| DMTemplate | template |
Definition at line 84 of file DMInternalView.php.
Referenced by __construct().