|
eZ Publish
[4.2]
|
The class eZCollaborationViewHandler does. More...
Public Member Functions | |
| eZCollaborationViewHandler ($viewMode, $viewType) | |
| template () | |
Static Public Member Functions | |
| static | exists ($viewMode) |
| static | fetchGroupList () |
| static | fetchList () |
| static | groupExists ($viewMode) |
| static | ini () |
| static | instance ($viewMode, $type=self::TYPE_STANDARD) |
| Returns a shared instance of the eZCollaborationViewHandler class pr the two input params. | |
Public Attributes | |
| $TemplateName | |
| $TemplatePrefix | |
| $ViewMode | |
| The viewmode. | |
| $ViewType | |
| const | TYPE_GROUP = 2 |
| const | TYPE_STANDARD = 1 |
The class eZCollaborationViewHandler does.
Definition at line 40 of file ezcollaborationviewhandler.php.
| static eZCollaborationViewHandler::exists | ( | $ | viewMode | ) | [static] |
Definition at line 92 of file ezcollaborationviewhandler.php.
| eZCollaborationViewHandler::eZCollaborationViewHandler | ( | $ | viewMode, |
| $ | viewType | ||
| ) |
Initializes the view mode.
Definition at line 48 of file ezcollaborationviewhandler.php.
Referenced by instance().
| static eZCollaborationViewHandler::fetchGroupList | ( | ) | [static] |
Definition at line 121 of file ezcollaborationviewhandler.php.
Referenced by groupExists().
| static eZCollaborationViewHandler::fetchList | ( | ) | [static] |
Definition at line 112 of file ezcollaborationviewhandler.php.
Referenced by exists().
| static eZCollaborationViewHandler::groupExists | ( | $ | viewMode | ) | [static] |
Definition at line 102 of file ezcollaborationviewhandler.php.
| static eZCollaborationViewHandler::ini | ( | ) | [static] |
Definition at line 83 of file ezcollaborationviewhandler.php.
Referenced by eZCollaborationViewHandler(), fetchGroupList(), and fetchList().
| static eZCollaborationViewHandler::instance | ( | $ | viewMode, |
| $ | type = self::TYPE_STANDARD |
||
| ) | [static] |
Returns a shared instance of the eZCollaborationViewHandler class pr the two input params.
| $viewMode | string |
| $type | int Is self::TYPE_STANDARD by default |
Definition at line 135 of file ezcollaborationviewhandler.php.
Referenced by ini().
| eZCollaborationViewHandler::template | ( | ) |
Definition at line 74 of file ezcollaborationviewhandler.php.
| eZCollaborationViewHandler::$TemplateName |
Definition at line 156 of file ezcollaborationviewhandler.php.
| eZCollaborationViewHandler::$TemplatePrefix |
Definition at line 157 of file ezcollaborationviewhandler.php.
| eZCollaborationViewHandler::$ViewMode |
The viewmode.
Definition at line 154 of file ezcollaborationviewhandler.php.
| eZCollaborationViewHandler::$ViewType |
Definition at line 155 of file ezcollaborationviewhandler.php.
| const eZCollaborationViewHandler::TYPE_GROUP = 2 |
Definition at line 43 of file ezcollaborationviewhandler.php.
Definition at line 42 of file ezcollaborationviewhandler.php.