ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilObjCertificateSettingsAccess. More...
Static Public Member Functions | |
static | hasBackgroundImage () |
Returns wheather or not a default background image exists. More... | |
static | getBackgroundImageDefaultFolder () |
Returns the filesystem path for the default background image. More... | |
static | getBackgroundImagePath ($asRelative=false) |
Returns the filesystem path of the background image. More... | |
static | getBackgroundImageName () |
Returns the filename of the background image. More... | |
static | getBackgroundImageThumbPath () |
Returns the filesystem path of the background image thumbnail. More... | |
static | getBackgroundImagePathWeb () |
Returns the web path of the background image. More... | |
static | getBackgroundImageThumbPathWeb () |
Returns the web path of the background image thumbnail. More... | |
Static Public Member Functions inherited from ilObjectAccess | |
static | _getCommands () |
get commands More... | |
static | _checkGoto ($a_target) |
check whether goto script will succeed More... | |
static | _isOffline ($a_obj_id) |
Type-specific implementation of general status, has to be overwritten. More... | |
static | _preloadData ($a_obj_ids, $a_ref_ids) |
Preload data. More... | |
Additional Inherited Members | |
Public Member Functions inherited from ilObjectAccess | |
_checkAccess ($a_cmd, $a_permission, $a_ref_id, $a_obj_id, $a_user_id="") | |
Checks wether a user may invoke a command or not (this method is called by ilAccessHandler::checkAccess) More... | |
_checkCondition ($a_obj_id, $a_operator, $a_value, $a_usr_id) | |
check condition More... | |
Class ilObjCertificateSettingsAccess.
Definition at line 34 of file class.ilObjCertificateSettingsAccess.php.
|
static |
Returns the filesystem path for the default background image.
Definition at line 55 of file class.ilObjCertificateSettingsAccess.php.
Referenced by getBackgroundImagePath(), and getBackgroundImageThumbPath().
|
static |
Returns the filename of the background image.
Definition at line 83 of file class.ilObjCertificateSettingsAccess.php.
Referenced by ilCertificate\deliverExportFileXML(), getBackgroundImagePath(), and getBackgroundImageThumbPath().
|
static |
Returns the filesystem path of the background image.
bool | $asRelative |
Definition at line 65 of file class.ilObjCertificateSettingsAccess.php.
References array, getBackgroundImageDefaultFolder(), and getBackgroundImageName().
Referenced by ilCertificate\deliverExportFileXML(), getBackgroundImagePathWeb(), hasBackgroundImage(), and ilCertificate\processXHTML2FO().
|
static |
Returns the web path of the background image.
Definition at line 103 of file class.ilObjCertificateSettingsAccess.php.
References getBackgroundImagePath(), and ilUtil\removeTrailingPathSeparators().
|
static |
Returns the filesystem path of the background image thumbnail.
Definition at line 93 of file class.ilObjCertificateSettingsAccess.php.
References getBackgroundImageDefaultFolder(), and getBackgroundImageName().
Referenced by getBackgroundImageThumbPathWeb().
|
static |
Returns the web path of the background image thumbnail.
Definition at line 114 of file class.ilObjCertificateSettingsAccess.php.
References getBackgroundImageThumbPath(), and ilUtil\removeTrailingPathSeparators().
Referenced by ilCertificateGUI\certificateEditor().
|
static |
Returns wheather or not a default background image exists.
Definition at line 41 of file class.ilObjCertificateSettingsAccess.php.
References getBackgroundImagePath().
Referenced by ilCertificateGUI\certificateEditor(), ilCertificate\deliverExportFileXML(), and ilCertificate\processXHTML2FO().