|
eZ Publish
[trunk]
|
Go to the source code of this file.
Variables | |
| if($http->hasPostVariable( 'AddGroupButton')&&$http-> hasPostVariable( 'ContentClass_group')) if($http-> hasPostVariable( 'RemoveGroupButton')&&$http-> hasPostVariable( 'group_id_checked')) | $attributes = $class->fetchAttributes() |
| $class = eZContentClass::fetch( $ClassID, true, eZContentClass::VERSION_STATUS_DEFINED ) | |
| $ClassID = null | |
| $ClassVersion = null | |
| $datatypes = eZDataType::registeredDataTypes() | |
| $groupList = $class->fetchGroupList() | |
| $http = eZHTTPTool::instance() | |
| $LanguageCode = $Params['Language'] | |
| $mainGroupID = false | |
| $mainGroupName = false | |
| $Module = $Params['Module'] | |
| $res = eZTemplateDesignResource::instance() | |
| $Result = array() | |
| $Result ['content'] = $tpl->fetch( 'design:class/view.tpl' ) | |
| $Result ['path'] | |
| if($mainGroupID!==false) | $Result ['path'][] |
| $tpl = eZTemplate::factory() | |
| $validation | |
| if (!is_numeric($ClassID)) return $Module->handleError(eZError | |
| if ($http->hasPostVariable( 'AddGroupButton')&&$http->hasPostVariable( 'ContentClass_group')) if ($http->hasPostVariable( 'RemoveGroupButton')&&$http->hasPostVariable( 'group_id_checked')) $attributes = $class->fetchAttributes() |
Definition at line 45 of file class/view.php.
| $class = eZContentClass::fetch( $ClassID, true, eZContentClass::VERSION_STATUS_DEFINED ) |
Definition at line 23 of file class/view.php.
| $ClassID = null |
Definition at line 12 of file class/view.php.
| $ClassVersion = null |
Definition at line 18 of file class/view.php.
| $datatypes = eZDataType::registeredDataTypes() |
Definition at line 46 of file class/view.php.
| $groupList = $class->fetchGroupList() |
Definition at line 50 of file class/view.php.
Referenced by eZISBN13\attribute(), eZContentObject\canCreateClassList(), eZContentObjectTreeNode\canCreateClassList(), eZContentClass\canInstantiateClassList(), eZContentObject\checkGroupLimitationAccess(), eZContentClass\fetchAllClasses(), eZContentObjectTreeNode\getClassesJsArray(), eZMultiOption2\initGroupFromDom(), and eZDebug\printReportInternal().
| $http = eZHTTPTool::instance() |
Definition at line 11 of file class/view.php.
| $LanguageCode = $Params['Language'] |
Definition at line 10 of file class/view.php.
Referenced by eZNodeviewfunctions\contentViewGenerate().
| $mainGroupID = false |
Definition at line 48 of file class/view.php.
| $mainGroupName = false |
Definition at line 49 of file class/view.php.
| $Module = $Params['Module'] |
Definition at line 9 of file class/view.php.
| $res = eZTemplateDesignResource::instance() |
Definition at line 60 of file class/view.php.
| $Result = array() |
Definition at line 72 of file class/view.php.
| $Result['content'] = $tpl->fetch( 'design:class/view.tpl' ) |
Definition at line 73 of file class/view.php.
| $Result['path'] |
array( array( 'url' => '/class/grouplist/', 'text' => ezpI18n::tr( 'kernel/class', 'Class groups' ) ) )
Definition at line 74 of file class/view.php.
array( 'url' => false, 'text' => $class->attribute( 'name' ) )
Definition at line 81 of file class/view.php.
| $tpl = eZTemplate::factory() |
Definition at line 59 of file class/view.php.
| $validation |
array( 'processed' => false, 'groups' => array() )
Definition at line 13 of file class/view.php.
Definition at line 20 of file class/view.php.