ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilObjCertificateSettingsAccess Class Reference

Class ilObjCertificateSettingsAccess. More...

+ Inheritance diagram for ilObjCertificateSettingsAccess:
+ Collaboration diagram for ilObjCertificateSettingsAccess:

Static Public Member Functions

static hasBackgroundImage ()
 Returns wheather or not a default background image exists.
static getBackgroundImageDefaultFolder ()
 Returns the filesystem path for the default background image.
static getBackgroundImagePath ()
 Returns the filesystem path of the background image.
static getBackgroundImageName ()
 Returns the filename of the background image.
static getBackgroundImageThumbPath ()
 Returns the filesystem path of the background image thumbnail.
static getBackgroundImagePathWeb ()
 Returns the web path of the background image.
static getBackgroundImageThumbPathWeb ()
 Returns the web path of the background image thumbnail.

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)
 _checkCondition ($a_obj_id, $a_operator, $a_value, $a_usr_id=0)
 check condition
 _getCommands ()
 get commands
 _checkGoto ($a_target)
 check whether goto script will succeed

Detailed Description

Class ilObjCertificateSettingsAccess.

Author
Helmut Schottmüller ilias.nosp@m.@aur.nosp@m.ealis.nosp@m..de
Version
Id:
class.ilObjCertificateSettingsAccess.php 18162 2008-12-04 10:09:07Z hschottm

Definition at line 34 of file class.ilObjCertificateSettingsAccess.php.

Member Function Documentation

static ilObjCertificateSettingsAccess::getBackgroundImageDefaultFolder ( )
static

Returns the filesystem path for the default background image.

Returns
string The filesystem path of the background image

Definition at line 58 of file class.ilObjCertificateSettingsAccess.php.

Referenced by getBackgroundImagePath(), and getBackgroundImageThumbPath().

{
return CLIENT_WEB_DIR . "/certificates/default/";
}

+ Here is the caller graph for this function:

static ilObjCertificateSettingsAccess::getBackgroundImageName ( )
static

Returns the filename of the background image.

Returns
string The filename of the background image

Definition at line 78 of file class.ilObjCertificateSettingsAccess.php.

Referenced by ilCertificate\deliverExportFileXML(), getBackgroundImagePath(), and getBackgroundImageThumbPath().

{
return "background.jpg";
}

+ Here is the caller graph for this function:

static ilObjCertificateSettingsAccess::getBackgroundImagePath ( )
static

Returns the filesystem path of the background image.

Returns
string The filesystem path of the background image

Definition at line 68 of file class.ilObjCertificateSettingsAccess.php.

References getBackgroundImageDefaultFolder(), and getBackgroundImageName().

Referenced by ilCertificate\deliverExportFileXML(), getBackgroundImagePathWeb(), hasBackgroundImage(), and ilCertificate\processXHTML2FO().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static ilObjCertificateSettingsAccess::getBackgroundImagePathWeb ( )
static

Returns the web path of the background image.

Returns
string The web path of the background image

Definition at line 98 of file class.ilObjCertificateSettingsAccess.php.

References getBackgroundImagePath(), ILIAS_ABSOLUTE_PATH, and ilUtil\removeTrailingPathSeparators().

{
include_once "./Services/Utilities/classes/class.ilUtil.php";
}

+ Here is the call graph for this function:

static ilObjCertificateSettingsAccess::getBackgroundImageThumbPath ( )
static

Returns the filesystem path of the background image thumbnail.

Returns
string The filesystem path of the background image thumbnail

Definition at line 88 of file class.ilObjCertificateSettingsAccess.php.

References getBackgroundImageDefaultFolder(), and getBackgroundImageName().

Referenced by getBackgroundImageThumbPathWeb().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static ilObjCertificateSettingsAccess::getBackgroundImageThumbPathWeb ( )
static

Returns the web path of the background image thumbnail.

Returns
string The web path of the background image thumbnail

Definition at line 109 of file class.ilObjCertificateSettingsAccess.php.

References getBackgroundImageThumbPath(), ILIAS_ABSOLUTE_PATH, and ilUtil\removeTrailingPathSeparators().

Referenced by ilCertificateGUI\certificateEditor().

{
include_once "./Services/Utilities/classes/class.ilUtil.php";
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static ilObjCertificateSettingsAccess::hasBackgroundImage ( )
static

Returns wheather or not a default background image exists.

Returns
boolean TRUE if a background image exists, FALSE otherwise

Definition at line 41 of file class.ilObjCertificateSettingsAccess.php.

References getBackgroundImagePath().

Referenced by ilCertificateGUI\certificateEditor(), and ilCertificate\deliverExportFileXML().

{
{
return TRUE;
}
else
{
return FALSE;
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:


The documentation for this class was generated from the following file: