|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilLinkResourceList. More...
Collaboration diagram for ilLinkResourceList:Public Member Functions | |
| __construct (int $webr_id) | |
| ilLinkResourceList constructor. More... | |
| setListResourceId (int $a_id) | |
| getListResourceId () | |
| setTitle (string $a_title) | |
| getTitle () | |
| setDescription (string $a_description) | |
| getDescription () | |
| getCreateDate () | |
| getLastUpdateDate () | |
| read () | |
| delete (bool $a_update_history=true) | |
| update ($a_update_history=true) | |
| add ($a_update_history=true) | |
Static Public Member Functions | |
| static | lookupList (int $a_webr_id) |
| static | lookupAllLists () |
| static | checkListStatus (int $a_webr_id) |
| Check if a weblink list was already created or transformed from a single weblink. More... | |
Protected Member Functions | |
| setCreateDate (int $a_date) | |
| setLastUpdateDate (int $a_date) | |
Protected Attributes | |
| $webr_id | |
| $title | |
| $description | |
| $c_date | |
| $m_date | |
Class ilLinkResourceList.
Definition at line 10 of file class.ilLinkResourceList.php.
| ilLinkResourceList::__construct | ( | int | $webr_id | ) |
ilLinkResourceList constructor.
| int | $webr_id |
Definition at line 41 of file class.ilLinkResourceList.php.
References $DIC, $webr_id, and read().
Here is the call graph for this function:| ilLinkResourceList::add | ( | $a_update_history = true | ) |
| bool | $a_update_history |
Definition at line 213 of file class.ilLinkResourceList.php.
References $ilDB, $query, $res, ilHistory\_createEntry(), getCreateDate(), getDescription(), getLastUpdateDate(), getListResourceId(), getTitle(), setCreateDate(), and setLastUpdateDate().
Here is the call graph for this function:
|
static |
Check if a weblink list was already created or transformed from a single weblink.
Definition at line 292 of file class.ilLinkResourceList.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilObjLinkResourceListGUI\getCommandFrame(), ilObjLinkResourceListGUI\getCommandLink(), ilObjLinkResourceListGUI\getDescription(), ilObjLinkResourceListGUI\getTitle(), ilObjLinkResourceGUI\initFormSettings(), ilObjLinkResourceGUI\showToolbar(), ilObjLinkResourceGUI\updateLink(), and ilObjLinkResourceGUI\updateLinks().
Here is the caller graph for this function:| ilLinkResourceList::delete | ( | bool | $a_update_history = true | ) |
| bool | $a_update_history |
Definition at line 159 of file class.ilLinkResourceList.php.
References $ilDB, $query, $res, ilHistory\_createEntry(), getListResourceId(), and getTitle().
Here is the call graph for this function:| ilLinkResourceList::getCreateDate | ( | ) |
Definition at line 110 of file class.ilLinkResourceList.php.
References $c_date.
Referenced by add().
Here is the caller graph for this function:| ilLinkResourceList::getDescription | ( | ) |
Definition at line 94 of file class.ilLinkResourceList.php.
References $description.
Referenced by add(), and update().
Here is the caller graph for this function:| ilLinkResourceList::getLastUpdateDate | ( | ) |
Definition at line 126 of file class.ilLinkResourceList.php.
References $m_date.
Referenced by add(), and update().
Here is the caller graph for this function:| ilLinkResourceList::getListResourceId | ( | ) |
| ilLinkResourceList::getTitle | ( | ) |
|
static |
Definition at line 269 of file class.ilLinkResourceList.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
|
static |
| int | $a_webr_id |
Definition at line 246 of file class.ilLinkResourceList.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
| ilLinkResourceList::read | ( | ) |
Definition at line 135 of file class.ilLinkResourceList.php.
References $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, getListResourceId(), setCreateDate(), setDescription(), setLastUpdateDate(), and setTitle().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| int | $a_date |
Definition at line 102 of file class.ilLinkResourceList.php.
Referenced by add(), and read().
Here is the caller graph for this function:| ilLinkResourceList::setDescription | ( | string | $a_description | ) |
| string | $a_description |
Definition at line 86 of file class.ilLinkResourceList.php.
Referenced by read().
Here is the caller graph for this function:
|
protected |
| int | $a_date |
Definition at line 118 of file class.ilLinkResourceList.php.
Referenced by add(), read(), and update().
Here is the caller graph for this function:| ilLinkResourceList::setListResourceId | ( | int | $a_id | ) |
| int | $a_id |
Definition at line 54 of file class.ilLinkResourceList.php.
| ilLinkResourceList::setTitle | ( | string | $a_title | ) |
| string | $a_title |
Definition at line 70 of file class.ilLinkResourceList.php.
Referenced by read().
Here is the caller graph for this function:| ilLinkResourceList::update | ( | $a_update_history = true | ) |
| bool | $a_update_history |
Definition at line 182 of file class.ilLinkResourceList.php.
References $ilDB, $query, $res, ilHistory\_createEntry(), getDescription(), getLastUpdateDate(), getListResourceId(), getTitle(), and setLastUpdateDate().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.ilLinkResourceList.php.
Referenced by getCreateDate().
|
protected |
Definition at line 25 of file class.ilLinkResourceList.php.
Referenced by getDescription().
|
protected |
Definition at line 35 of file class.ilLinkResourceList.php.
Referenced by getLastUpdateDate().
|
protected |
Definition at line 20 of file class.ilLinkResourceList.php.
Referenced by getTitle().
|
protected |
Definition at line 15 of file class.ilLinkResourceList.php.
Referenced by __construct(), and getListResourceId().