4 $class = checkIdentifier($_GET[
"target"]);
5 $itemID = checkNumeric($_GET[
"item_id"]);
if(! $class||! $itemID) $adminAccess
if(!checkRole($adminAccess)) $target
static notifyOnNextPage($message, $blocking=false, $button="OK", $onClick="null")
Schedules a notification message to be displayed to the user at the next full page load.
static getAdminAccessRoles()
Returns the user roles that have access to the admin section.
static using()
Import the datamodels, views and manifest for the specified component(s).
static end($message="")
Use this method to terminate execution of a script instead of using the php keywords exit() or die().