Public Member Functions | |
__construct ($folderIds=array(), $usePersonalisation=true, $tag= '', $gccRequestParams=null, $sorting=null) | |
getFiltersList () | |
loadMaxUpdatetimestamp () |
Public Attributes | |
$folderIds | |
$gccRequestParams | |
$lang | |
$tag | |
$data = array() | |
$sorting | |
$usePersonalisation = true |
Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales @gen tics. comhttp://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.
Class for working with Gentics Content Connector
Definition at line 12 of file PersonalizedContent.php.
PersonalizedContent::__construct | ( | $folderIds = array() , |
|
$usePersonalisation = true , |
|||
$tag = '' , |
|||
$gccRequestParams = null , |
|||
$sorting = null |
|||
) |
Construction that will load nodes tree for given $folderIds
array | $folderIds | contains folder IDs of content to show |
bool | $usePersonalisation | determines if personalization should be performed |
string | $tag | content tag |
Definition at line 61 of file PersonalizedContent.php.
PersonalizedContent::getFiltersList | ( | ) |
Filter tree by some schema
Definition at line 160 of file PersonalizedContent.php.
PersonalizedContent::loadMaxUpdatetimestamp | ( | ) |
extracts max updatetimestamp from array of CMS objects
Definition at line 232 of file PersonalizedContent.php.
PersonalizedContent::$data = array() |
array that contains categories tree
Definition at line 40 of file PersonalizedContent.php.