|
ILIAS
release_8 Revision v8.24
|
Storage of ECS imported objects. More...
Collaboration diagram for ilECSImport:Public Member Functions | |
| __construct (int $a_server_id, int $a_obj_id) | |
| setServerId ($a_server_id) | |
| getServerId () | |
| setImported (bool $a_status) | |
| Set imported. More... | |
| setSubId (string $a_id) | |
| getSubId () | |
| setContentId ($a_content_id) | |
| Set content id. More... | |
| getContentId () | |
| get content id More... | |
| setMID ($a_mid) | |
| set mid More... | |
| getMID () | |
| get mid More... | |
| setEContentId ($a_id) | |
| set econtent id More... | |
| getEContentId () | |
| get econtent id More... | |
| save () | |
| Save. More... | |
Protected Attributes | |
| ilDBInterface | $db |
| int | $server_id = 0 |
| int | $obj_id = 0 |
| string | $econtent_id = '' |
| string | $content_id = '' |
| string | $sub_id = '' |
| int | $mid = 0 |
| bool | $imported = false |
Private Member Functions | |
| read () | |
| Read. More... | |
Storage of ECS imported objects.
This class stores the econtent id and informations whether an object is imported or not.
Definition at line 26 of file class.ilECSImport.php.
| ilECSImport::__construct | ( | int | $a_server_id, |
| int | $a_obj_id | ||
| ) |
Definition at line 38 of file class.ilECSImport.php.
Here is the call graph for this function:| ilECSImport::getContentId | ( | ) |
get content id
Definition at line 88 of file class.ilECSImport.php.
References $content_id.
Referenced by save().
Here is the caller graph for this function:| ilECSImport::getEContentId | ( | ) |
get econtent id
Definition at line 123 of file class.ilECSImport.php.
References $econtent_id.
| ilECSImport::getMID | ( | ) |
get mid
Definition at line 104 of file class.ilECSImport.php.
References $mid.
| ilECSImport::getServerId | ( | ) |
Definition at line 54 of file class.ilECSImport.php.
References $server_id.
Referenced by read(), and save().
Here is the caller graph for this function:| ilECSImport::getSubId | ( | ) |
Definition at line 72 of file class.ilECSImport.php.
Referenced by save().
Here is the caller graph for this function:
|
private |
Read.
Definition at line 156 of file class.ilECSImport.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, getServerId(), and ILIAS\Repository\int().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilECSImport::save | ( | ) |
Save.
Definition at line 131 of file class.ilECSImport.php.
References $query, getContentId(), getServerId(), and getSubId().
Here is the call graph for this function:| ilECSImport::setContentId | ( | $a_content_id | ) |
Set content id.
Definition at line 80 of file class.ilECSImport.php.
| ilECSImport::setEContentId | ( | $a_id | ) |
set econtent id
| int | econtent id |
Definition at line 115 of file class.ilECSImport.php.
| ilECSImport::setImported | ( | bool | $a_status | ) |
Set imported.
Definition at line 62 of file class.ilECSImport.php.
| ilECSImport::setMID | ( | $a_mid | ) |
set mid
Definition at line 96 of file class.ilECSImport.php.
| ilECSImport::setServerId | ( | $a_server_id | ) |
Definition at line 49 of file class.ilECSImport.php.
| ilECSImport::setSubId | ( | string | $a_id | ) |
Definition at line 67 of file class.ilECSImport.php.
|
protected |
Definition at line 33 of file class.ilECSImport.php.
Referenced by getContentId().
|
protected |
Definition at line 28 of file class.ilECSImport.php.
|
protected |
Definition at line 32 of file class.ilECSImport.php.
Referenced by getEContentId().
|
protected |
Definition at line 36 of file class.ilECSImport.php.
|
protected |
Definition at line 35 of file class.ilECSImport.php.
Referenced by getMID().
|
protected |
Definition at line 31 of file class.ilECSImport.php.
|
protected |
Definition at line 30 of file class.ilECSImport.php.
Referenced by getServerId().
|
protected |
Definition at line 34 of file class.ilECSImport.php.