Gets the URL for opening the BIGACE Administration Console.
void
getAdministrationURL
([String $id = ''])
-
String
$id: id the Admin ID (default is _BIGACE_TOP_LEVEL)
Get the URL to request Ajax XML Information about a special Item.
void
getAjaxItemInfoURL
([ $itemtype = ''], [ $id = ''], [ $langid = ''])
Gets the URL to change the Session Language.
Pass a Language String as Locale (for example 'de' or 'en').
void
getChangeSessionLanguageURL
(String $locale, [String $id = ''])
-
String
$locale: locale the Language to switch to
-
String
$id: id the Menu ID to jump to (default is current Menu ID)
Gets the URL to the Editor.
The Default Editor is used if none is given, it is configured in your Consumer Config.
void
getEditorTypeURL
(String $type, [String $id = ''], [String $langid = ''], [array $params = array()])
-
String
$type: type the Editor type (required)
-
String
$id: id the Menu ID to edit (optional, if not passed global menu id is used)
-
String
$langid: langid the Language ID (optional, if not passed global menu language id is used)
-
array
$params: params further URL Parameter to append
Gets the URL to the Editor.
void
getEditorURL
([String $id = ''], [String $langid = ''], [array $params = array()])
-
String
$id: id the Menu ID to edit
-
String
$langid: langid the Language ID
-
array
$params: params further URL Parameter to append
Gets the URL for the Home Link.
void
getHomeURL
([String $id = ''])
-
String
$id: id the Home ID (default is_BIGACE_TOP_LEVEL)
Gets the URL to display several Information about the requested Item.
If you want to display the currents Menu Information, leave everything empty. Default is
.
void
getItemInfoURL
([String $itemtype = ''], [String $id = ''], [String $langid = ''])
-
String
$itemtype: itemtype the Itemtype
-
String
$id: id the Menu ID to edit
-
String
$langid: langid the Language ID
Build the URL for displaying the Login Formular.
void
getLoginFormURL
([String $id = ''], [ $params = array()])
-
String
$id: id the Menu ID to redirect after a Login (default is current Menu)
-
$params
Build the URL for performing a Login.
void
getLoginURL
([String $id = ''], [ $params = array()])
-
String
$id: id the Menu ID to redirect after a successful Login
-
$params
Build the URL for a logout.
void
getLogoutURL
([String $id = ''])
-
String
$id: id the Menu ID to redirect after the Logout (default is current Menu)
Gets the URL for opening the Portlet Administration.
void
getPortletAdminURL
([String $id = ''], [array $params = array()])
-
String
$id: id the Menu ID used to open the Administration for
-
array
$params: params extended URL Parameter
Gets the URL for opening the Default Search.
void
getSearchURL
([String $id = ''], [ $langid = ''])
-
String
$id: id the Menu ID used to open the Search with
-
$langid