ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilTermsOfServiceSignableDocument Interface Reference
+ Inheritance diagram for ilTermsOfServiceSignableDocument:
+ Collaboration diagram for ilTermsOfServiceSignableDocument:

Public Member Functions

 hasContent ()
 
 exists ()
 
 getContent ()
 
 getSource ()
 
 getSourceType ()
 
 getIso2LanguageCode ()
 
 determine ()
 Called from client to initiate the content determination. More...
 

Data Fields

const SRC_TYPE_FILE_SYSTEM_PATH = 0
 
const SRC_TYPE_OBJECT = 1
 

Detailed Description

Author
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

Definition at line 8 of file interface.ilTermsOfServiceSignableDocument.php.

Member Function Documentation

◆ determine()

ilTermsOfServiceSignableDocument::determine ( )

Called from client to initiate the content determination.

Implemented in ilTermsOfServiceNullDocument, and ilTermsOfServiceFileSystemDocument.

◆ exists()

ilTermsOfServiceSignableDocument::exists ( )
Returns
bool

Implemented in ilTermsOfServiceFileSystemDocument, and ilTermsOfServiceNullDocument.

Referenced by ilTermsOfServiceHelper\trackAcceptance().

+ Here is the caller graph for this function:

◆ getContent()

ilTermsOfServiceSignableDocument::getContent ( )
Returns
string

Implemented in ilTermsOfServiceFileSystemDocument, and ilTermsOfServiceNullDocument.

Referenced by ilTermsOfServiceHelper\trackAcceptance().

+ Here is the caller graph for this function:

◆ getIso2LanguageCode()

ilTermsOfServiceSignableDocument::getIso2LanguageCode ( )
Returns
string

Implemented in ilTermsOfServiceFileSystemDocument, and ilTermsOfServiceNullDocument.

Referenced by ilTermsOfServiceHelper\trackAcceptance().

+ Here is the caller graph for this function:

◆ getSource()

ilTermsOfServiceSignableDocument::getSource ( )
Returns
mixed

Implemented in ilTermsOfServiceFileSystemDocument, and ilTermsOfServiceNullDocument.

Referenced by ilTermsOfServiceHelper\trackAcceptance().

+ Here is the caller graph for this function:

◆ getSourceType()

ilTermsOfServiceSignableDocument::getSourceType ( )
Returns
int

Implemented in ilTermsOfServiceFileSystemDocument, and ilTermsOfServiceNullDocument.

Referenced by ilTermsOfServiceHelper\trackAcceptance().

+ Here is the caller graph for this function:

◆ hasContent()

ilTermsOfServiceSignableDocument::hasContent ( )

Field Documentation

◆ SRC_TYPE_FILE_SYSTEM_PATH

◆ SRC_TYPE_OBJECT

const ilTermsOfServiceSignableDocument::SRC_TYPE_OBJECT = 1

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