eZ Publish  [4.2]
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 40 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 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]
Returns:
a list of active viewmodes for groups.

Definition at line 121 of file ezcollaborationviewhandler.php.

Referenced by groupExists().

static eZCollaborationViewHandler::fetchList ( ) [static]
Returns:
a list of active viewmodes.

Definition at line 112 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 102 of file ezcollaborationviewhandler.php.

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

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.

Parameters:
$viewModestring
$typeint Is self::TYPE_STANDARD by default
Returns:
eZCollaborationViewHandler

Definition at line 135 of file ezcollaborationviewhandler.php.

Referenced by ini().

eZCollaborationViewHandler::template ( )
Returns:
the template which is used for viewing the collaborations.

Definition at line 74 of file ezcollaborationviewhandler.php.


Member Data Documentation

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.


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