Static Public Member Functions | |
static | getObjectIdFromContentId ($contentId=null) |
static | isContentId ($contentId=null) |
static | isNullOrEmptyString ($question=null) |
static | mysqlDate ($timestamp=null) |
static | footprint ($text) |
static | addParamsToUrl ($url, $params) |
static | removeParamsFromUrl ($url, $params) |
static | findItemsWithKey ($array, $searchKey, &$foundedItems) |
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.
Helper class
Definition at line 12 of file AppHelper.php.
|
static |
Helper function
$array | |
$searchKey | |
$foundedItems |
Definition at line 123 of file AppHelper.php.
|
static |
Gets the id of a given content id
String | $contentId |
Definition at line 21 of file AppHelper.php.
References isNullOrEmptyString().
Referenced by isContentId().
|
static |
checks if a given object is a content Id
String | $contentId |
Definition at line 42 of file AppHelper.php.
References getObjectIdFromContentId().
|
static |
Checks if a string is null or empty
string | $question |
Definition at line 52 of file AppHelper.php.
Referenced by ContentSourceModule\getBrowserCacheTimeByFileName(), and getObjectIdFromContentId().