ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilTermsOfServiceAcceptanceEntity Class Reference
+ Collaboration diagram for ilTermsOfServiceAcceptanceEntity:

Public Member Functions

 setHash ($hash)
 getHash ()
 setIso2LanguageCode ($language)
 getIso2LanguageCode ()
 setText ($text)
 getText ()
 setTimestamp ($timestamp)
 getTimestamp ()
 setUserId ($user_id)
 getUserId ()
 setSource ($source)
 getSource ()
 setSourceType ($source_type)
 getSourceType ()
 getId ()
 setId ($id)

Protected Attributes

 $id
 $user_id
 $text
 $iso2_language_code
 $timestamp
 $source
 $source_type
 $hash
 $data_gateway

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 class.ilTermsOfServiceAcceptanceEntity.php.

Member Function Documentation

ilTermsOfServiceAcceptanceEntity::getHash ( )
Returns
string

Definition at line 61 of file class.ilTermsOfServiceAcceptanceEntity.php.

References $hash.

Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().

{
return $this->hash;
}

+ Here is the caller graph for this function:

ilTermsOfServiceAcceptanceEntity::getId ( )
Returns
mixed

Definition at line 170 of file class.ilTermsOfServiceAcceptanceEntity.php.

References $id.

Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById().

{
return $this->id;
}

+ Here is the caller graph for this function:

ilTermsOfServiceAcceptanceEntity::getIso2LanguageCode ( )
Returns
string

Definition at line 82 of file class.ilTermsOfServiceAcceptanceEntity.php.

References $iso2_language_code.

Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().

+ Here is the caller graph for this function:

ilTermsOfServiceAcceptanceEntity::getSource ( )
Returns
string

Definition at line 146 of file class.ilTermsOfServiceAcceptanceEntity.php.

References $source.

Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().

{
return $this->source;
}

+ Here is the caller graph for this function:

ilTermsOfServiceAcceptanceEntity::getSourceType ( )
Returns
int

Definition at line 162 of file class.ilTermsOfServiceAcceptanceEntity.php.

References $source_type.

Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().

{
}

+ Here is the caller graph for this function:

ilTermsOfServiceAcceptanceEntity::getText ( )
Returns
string

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

References $text.

Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().

{
return $this->text;
}

+ Here is the caller graph for this function:

ilTermsOfServiceAcceptanceEntity::getTimestamp ( )
Returns
int

Definition at line 114 of file class.ilTermsOfServiceAcceptanceEntity.php.

References $timestamp.

Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().

{
}

+ Here is the caller graph for this function:

ilTermsOfServiceAcceptanceEntity::getUserId ( )
ilTermsOfServiceAcceptanceEntity::setHash (   $hash)
Parameters
string$hash

Definition at line 53 of file class.ilTermsOfServiceAcceptanceEntity.php.

References $hash.

Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById(), and ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().

{
$this->hash = $hash;
}

+ Here is the caller graph for this function:

ilTermsOfServiceAcceptanceEntity::setId (   $id)
Parameters
$id

Definition at line 178 of file class.ilTermsOfServiceAcceptanceEntity.php.

References $id.

Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById(), and ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().

{
$this->id = $id;
}

+ Here is the caller graph for this function:

ilTermsOfServiceAcceptanceEntity::setIso2LanguageCode (   $language)
Parameters
string$language

Definition at line 74 of file class.ilTermsOfServiceAcceptanceEntity.php.

Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById(), and ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().

{
$this->iso2_language_code = $language;
}

+ Here is the caller graph for this function:

ilTermsOfServiceAcceptanceEntity::setSource (   $source)
Parameters
string$source

Definition at line 138 of file class.ilTermsOfServiceAcceptanceEntity.php.

References $source.

Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById(), and ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().

{
$this->source = $source;
}

+ Here is the caller graph for this function:

ilTermsOfServiceAcceptanceEntity::setSourceType (   $source_type)
Parameters
int$source_type

Definition at line 154 of file class.ilTermsOfServiceAcceptanceEntity.php.

References $source_type.

Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById(), and ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().

{
$this->source_type = $source_type;
}

+ Here is the caller graph for this function:

ilTermsOfServiceAcceptanceEntity::setText (   $text)
Parameters
string$text

Definition at line 90 of file class.ilTermsOfServiceAcceptanceEntity.php.

References $text.

Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById(), and ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().

{
$this->text = $text;
}

+ Here is the caller graph for this function:

ilTermsOfServiceAcceptanceEntity::setTimestamp (   $timestamp)
Parameters
int$timestamp

Definition at line 106 of file class.ilTermsOfServiceAcceptanceEntity.php.

References $timestamp.

Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById(), and ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().

{
$this->timestamp = $timestamp;
}

+ Here is the caller graph for this function:

ilTermsOfServiceAcceptanceEntity::setUserId (   $user_id)
Parameters
int$user_id

Definition at line 122 of file class.ilTermsOfServiceAcceptanceEntity.php.

References $user_id.

Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().

{
$this->user_id = $user_id;
}

+ Here is the caller graph for this function:

Field Documentation

ilTermsOfServiceAcceptanceEntity::$data_gateway
protected

Definition at line 69 of file class.ilTermsOfServiceAcceptanceEntity.php.

ilTermsOfServiceAcceptanceEntity::$hash
protected

Definition at line 48 of file class.ilTermsOfServiceAcceptanceEntity.php.

Referenced by getHash(), and setHash().

ilTermsOfServiceAcceptanceEntity::$id
protected

Definition at line 13 of file class.ilTermsOfServiceAcceptanceEntity.php.

Referenced by getId(), and setId().

ilTermsOfServiceAcceptanceEntity::$iso2_language_code
protected

Definition at line 28 of file class.ilTermsOfServiceAcceptanceEntity.php.

Referenced by getIso2LanguageCode().

ilTermsOfServiceAcceptanceEntity::$source
protected

Definition at line 38 of file class.ilTermsOfServiceAcceptanceEntity.php.

Referenced by getSource(), and setSource().

ilTermsOfServiceAcceptanceEntity::$source_type
protected

Definition at line 43 of file class.ilTermsOfServiceAcceptanceEntity.php.

Referenced by getSourceType(), and setSourceType().

ilTermsOfServiceAcceptanceEntity::$text
protected

Definition at line 23 of file class.ilTermsOfServiceAcceptanceEntity.php.

Referenced by getText(), and setText().

ilTermsOfServiceAcceptanceEntity::$timestamp
protected

Definition at line 33 of file class.ilTermsOfServiceAcceptanceEntity.php.

Referenced by getTimestamp(), and setTimestamp().

ilTermsOfServiceAcceptanceEntity::$user_id
protected

Definition at line 18 of file class.ilTermsOfServiceAcceptanceEntity.php.

Referenced by getUserId(), and setUserId().


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