|
eZ Publish
[trunk]
|
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 17 of file ezcollaborationviewhandler.php.
| static eZCollaborationViewHandler::exists | ( | $ | viewMode | ) | [static] |
Definition at line 69 of file ezcollaborationviewhandler.php.
| eZCollaborationViewHandler::eZCollaborationViewHandler | ( | $ | viewMode, |
| $ | viewType | ||
| ) |
Initializes the view mode.
Definition at line 25 of file ezcollaborationviewhandler.php.
Referenced by instance().
| static eZCollaborationViewHandler::fetchGroupList | ( | ) | [static] |
Definition at line 98 of file ezcollaborationviewhandler.php.
Referenced by groupExists().
| static eZCollaborationViewHandler::fetchList | ( | ) | [static] |
Definition at line 89 of file ezcollaborationviewhandler.php.
Referenced by exists().
| static eZCollaborationViewHandler::groupExists | ( | $ | viewMode | ) | [static] |
Definition at line 79 of file ezcollaborationviewhandler.php.
| static eZCollaborationViewHandler::ini | ( | ) | [static] |
Definition at line 60 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.
| string | $viewMode | |
| int | $type | Is self::TYPE_STANDARD by default |
Definition at line 112 of file ezcollaborationviewhandler.php.
Referenced by ini().
Definition at line 51 of file ezcollaborationviewhandler.php.
| eZCollaborationViewHandler::$TemplateName |
Definition at line 133 of file ezcollaborationviewhandler.php.
| eZCollaborationViewHandler::$TemplatePrefix |
Definition at line 134 of file ezcollaborationviewhandler.php.
| eZCollaborationViewHandler::$ViewMode |
The viewmode.
Definition at line 131 of file ezcollaborationviewhandler.php.
| eZCollaborationViewHandler::$ViewType |
Definition at line 132 of file ezcollaborationviewhandler.php.
| const eZCollaborationViewHandler::TYPE_GROUP = 2 |
Definition at line 20 of file ezcollaborationviewhandler.php.
Definition at line 19 of file ezcollaborationviewhandler.php.