eZ Publish  [trunk]
eZCollaborationViewHandler Class Reference

The class eZCollaborationViewHandler does. More...

List of all members.

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

Detailed Description

The class eZCollaborationViewHandler does.

Definition at line 17 of file ezcollaborationviewhandler.php.


Member Function Documentation

static eZCollaborationViewHandler::exists ( viewMode) [static]
Returns:
true if the viewmode $viewMode exists with the current configuration

Definition at line 69 of file ezcollaborationviewhandler.php.

Initializes the view mode.

Definition at line 25 of file ezcollaborationviewhandler.php.

Referenced by instance().

Returns:
a list of active viewmodes for groups.

Definition at line 98 of file ezcollaborationviewhandler.php.

Referenced by groupExists().

Returns:
a list of active viewmodes.

Definition at line 89 of file ezcollaborationviewhandler.php.

Referenced by exists().

static eZCollaborationViewHandler::groupExists ( viewMode) [static]
Returns:
true if the viewmode $viewMode exists for groups with the current configuration

Definition at line 79 of file ezcollaborationviewhandler.php.

static eZCollaborationViewHandler::ini ( ) [static]
Returns:
the ini object for collaboration.ini

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.

Parameters:
string$viewMode
int$typeIs self::TYPE_STANDARD by default
Returns:
eZCollaborationViewHandler

Definition at line 112 of file ezcollaborationviewhandler.php.

Referenced by ini().

Returns:
the template which is used for viewing the collaborations.

Definition at line 51 of file ezcollaborationviewhandler.php.


Member Data Documentation

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.


The documentation for this class was generated from the following file: