Public Member Functions | |
run ($limit=null) | |
getFiltersList () | |
loadMaxUpdatetimestamp () |
Public Attributes | |
$folderIds | |
$lang | |
$data = array() | |
$tags = array() | |
$usePersonalisation = true | |
$htmlCacheKey = '' | |
$overviewPage | |
$tagstyles = array() | |
$tagsSeparator = ', ' |
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 TagcloudApi.php.
TagcloudApi::getFiltersList | ( | ) |
Filter tree by some schema
Definition at line 213 of file TagcloudApi.php.
TagcloudApi::loadMaxUpdatetimestamp | ( | ) |
extracts max updatetimestamp from array of CMS objects
Definition at line 270 of file TagcloudApi.php.
TagcloudApi::run | ( | $limit = null | ) |
Performs GCC request, filters data by personalisation rules and extacts tags from received data
Definition at line 68 of file TagcloudApi.php.
TagcloudApi::$data = array() |
array that contains received data
Definition at line 29 of file TagcloudApi.php.
TagcloudApi::$tags = array() |
array that contains extracted tags
Definition at line 36 of file TagcloudApi.php.