ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilBibliographicEntry. More...
Public Member Functions | |
doCreate () | |
doRead () | |
doUpdate () | |
doDelete () | |
setAttributes ($attributes) | |
getAttributes () | |
initOverviewHTML () | |
getOverview () | |
setOverview ($overview) | |
setBibliographicObjId ($bibliographic_obj_id) | |
getBibliographicObjId () | |
setEntryId ($entry_id) | |
getEntryId () | |
setType ($type) | |
getType () | |
getFileType () | |
setFileType ($file_type) | |
Static Public Member Functions | |
static | getInstance ($file_type, $entry_id=null) |
static | getAllEntries ($object_id) |
Read all entries from the database. More... | |
Protected Member Functions | |
__construct ($file_type, $entry_id=null) | |
loadAttributes () | |
Reads all the entrys attributes from database. More... | |
Protected Attributes | |
$bibliographic_obj_id | |
$entry_id | |
$type | |
$attributes | |
$file_type | |
$overview = '' | |
Static Protected Attributes | |
static | $instances = array() |
Class ilBibliographicEntry.
Definition at line 12 of file class.ilBibliographicEntry.php.
|
protected |
$file_type | ||
null | $entry_id |
Definition at line 96 of file class.ilBibliographicEntry.php.
References $entry_id, $file_type, doRead(), and setEntryId().
ilBibliographicEntry::doCreate | ( | ) |
Definition at line 105 of file class.ilBibliographicEntry.php.
References $DIC, $ilDB, getAttributes(), and setEntryId().
ilBibliographicEntry::doDelete | ( | ) |
ilBibliographicEntry::doRead | ( | ) |
Definition at line 130 of file class.ilBibliographicEntry.php.
References $DIC, $ilDB, initOverviewHTML(), loadAttributes(), setAttributes(), and setType().
Referenced by __construct().
ilBibliographicEntry::doUpdate | ( | ) |
Definition at line 143 of file class.ilBibliographicEntry.php.
References $DIC, $ilDB, and getAttributes().
|
static |
Read all entries from the database.
$object_id |
Definition at line 309 of file class.ilBibliographicEntry.php.
References $DIC, $ilDB, and array.
Referenced by ilDataBibliographicRecordListTableGUI\initData().
ilBibliographicEntry::getAttributes | ( | ) |
Definition at line 211 of file class.ilBibliographicEntry.php.
References $attributes.
Referenced by doCreate(), doUpdate(), and ilBibliographicSetting\generateLibraryLink().
ilBibliographicEntry::getBibliographicObjId | ( | ) |
Definition at line 249 of file class.ilBibliographicEntry.php.
References $bibliographic_obj_id.
ilBibliographicEntry::getEntryId | ( | ) |
ilBibliographicEntry::getFileType | ( | ) |
|
static |
$file_type | ||
null | $entry_id |
Definition at line 60 of file class.ilBibliographicEntry.php.
References $DIC, $entry_id, $file_type, $ilDB, $r, and array.
Referenced by ilDataBibliographicRecordListTableGUI\fillRow(), ilBibliographicDetailsGUI\getInstance(), ilDataBibliographicRecordListTableGUI\initData(), and ilObjBibliographic\writeSourcefileEntriesToDb().
ilBibliographicEntry::getOverview | ( | ) |
ilBibliographicEntry::getType | ( | ) |
Definition at line 281 of file class.ilBibliographicEntry.php.
References $type.
Referenced by ilBibliographicSetting\generateLibraryLink(), and loadAttributes().
ilBibliographicEntry::initOverviewHTML | ( | ) |
Definition at line 216 of file class.ilBibliographicEntry.php.
References setOverview().
Referenced by doRead().
|
protected |
Reads all the entrys attributes from database.
Definition at line 173 of file class.ilBibliographicEntry.php.
References $DIC, $ilDB, $type, array, and getType().
Referenced by doRead().
ilBibliographicEntry::setAttributes | ( | $attributes | ) |
$attributes |
Definition at line 203 of file class.ilBibliographicEntry.php.
References $attributes.
Referenced by doRead().
ilBibliographicEntry::setBibliographicObjId | ( | $bibliographic_obj_id | ) |
int | $bibliographic_obj_id |
Definition at line 241 of file class.ilBibliographicEntry.php.
References $bibliographic_obj_id.
ilBibliographicEntry::setEntryId | ( | $entry_id | ) |
int | $entry_id |
Definition at line 257 of file class.ilBibliographicEntry.php.
References $entry_id.
Referenced by __construct(), and doCreate().
ilBibliographicEntry::setFileType | ( | $file_type | ) |
string | $file_type |
Definition at line 297 of file class.ilBibliographicEntry.php.
References $file_type.
ilBibliographicEntry::setOverview | ( | $overview | ) |
string | $overview |
Definition at line 233 of file class.ilBibliographicEntry.php.
References $overview.
Referenced by initOverviewHTML().
ilBibliographicEntry::setType | ( | $type | ) |
string | $type |
Definition at line 273 of file class.ilBibliographicEntry.php.
References $type.
Referenced by doRead().
|
protected |
Definition at line 37 of file class.ilBibliographicEntry.php.
Referenced by getAttributes(), and setAttributes().
|
protected |
Definition at line 19 of file class.ilBibliographicEntry.php.
Referenced by getBibliographicObjId(), and setBibliographicObjId().
|
protected |
Definition at line 25 of file class.ilBibliographicEntry.php.
Referenced by __construct(), getEntryId(), getInstance(), and setEntryId().
|
protected |
Definition at line 43 of file class.ilBibliographicEntry.php.
Referenced by __construct(), getFileType(), getInstance(), and setFileType().
|
staticprotected |
Definition at line 51 of file class.ilBibliographicEntry.php.
|
protected |
Definition at line 47 of file class.ilBibliographicEntry.php.
Referenced by getOverview(), and setOverview().
|
protected |
Definition at line 31 of file class.ilBibliographicEntry.php.
Referenced by getType(), loadAttributes(), and setType().