Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Static Public Member Functions | List of all members
PersonalisationAttributeHelper Class Reference

Static Public Member Functions

static getTreeJs ()
static getTreeWithUserStateJs ($userId)

Detailed Description

Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales.nosp@m.@gen.nosp@m.tics..nosp@m.com http://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.

Definition at line 11 of file PersonalisationAttributeHelper.php.

Member Function Documentation

static PersonalisationAttributeHelper::getTreeJs ( )
static

Return tree in format for javascript tree plugin

Returns
array

Definition at line 20 of file PersonalisationAttributeHelper.php.

References PersonalisationAttribute\getTree().

{
return $tree['item'];
}
static PersonalisationAttributeHelper::getTreeWithUserStateJs (   $userId)
static

Return tree in format for javascript tree plugin

Parameters
integer$userIdid of user
Returns
array

Definition at line 33 of file PersonalisationAttributeHelper.php.

References PersonalisationAttribute\getTreeWithUserState().

{
return $tree['item'];
}

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