ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilBibliographicSetting. More...
Static Public Member Functions | |
static | returnDbTableName () |
static | getAll () |
Static Public Member Functions inherited from ActiveRecord | |
static | returnDbTableName () |
static | installDB () |
static | renameDBField ($old_name, $new_name) |
static | tableExists () |
static | fieldExists ($field_name) |
static | removeDBField ($field_name) |
static | updateDB () |
static | resetDB () |
static | truncateDB () |
static | flushDB () |
static | preloadObjects () |
static | additionalParams (array $additional_params) |
static | findOrFail ($primary_key, array $add_constructor_args=array()) |
Tries to find the object and throws an Exception if object is not found, instead of returning null. More... | |
static | findOrGetInstance ($primary_key, array $add_constructor_args=array()) |
static | where ($where, $operator=null) |
static | innerjoinAR (ActiveRecord $ar, $on_this, $on_external, $fields=array(' *'), $operator='=', $both_external=false) |
static | innerjoin ($tablename, $on_this, $on_external, $fields=array(' *'), $operator='=', $both_external=false) |
static | leftjoin ($tablename, $on_this, $on_external, $fields=array(' *'), $operator='=', $both_external=false) |
static | orderBy ($orderBy, $orderDirection='ASC') |
static | dateFormat ($date_format='d.m.Y - H:i:s') |
static | limit ($start, $end) |
static | affectedRows () |
static | count () |
static | get () |
static | debug () |
static | first () |
static | getCollection () |
static | last () |
static | getFirstFromLastQuery () |
static | connector (arConnector $connector) |
static | raw ($set_raw=true) |
static | getArray ($key=null, $values=null) |
static | _toCamelCase ($str, $capitalise_first_char=false) |
Data Fields | |
const | TABLE_NAME = 'il_bibl_settings' |
Data Fields inherited from ActiveRecord | |
const | ACTIVE_RECORD_VERSION = '2.0.7' |
Protected Attributes | |
$id | |
$name | |
$url | |
$img | |
$show_in_list | |
Protected Attributes inherited from ActiveRecord | |
$ar_safe_read = true | |
$connector_container_name = '' | |
Private Member Functions | |
formatAttribute ($a, $type, $attributes, $prefix) | |
Additional Inherited Members | |
Protected Member Functions inherited from ActiveRecord | |
serializeToCSV ($field) | |
This method is called for every field of your instance if you use __asCsv. More... | |
installDatabase () | |
Static Protected Member Functions inherited from ActiveRecord | |
static | getCalledClass () |
static | fromCamelCase ($str) |
Class ilBibliographicSetting.
Definition at line 12 of file class.ilBibliographicSetting.php.
|
private |
String | $a | |
String | $type | |
array | $attributes | |
String | $prefix |
Definition at line 184 of file class.ilBibliographicSetting.php.
Referenced by generateLibraryLink().
ilBibliographicSetting::generateLibraryLink | ( | ilBibliographicEntry | $entry, |
$type | |||
) |
ilBibliographicEntry | $entry | |
string | $type | (bib|ris) |
Definition at line 96 of file class.ilBibliographicSetting.php.
References array, formatAttribute(), ilBibliographicEntry\getAttributes(), ilBibliographicEntry\getType(), and getUrl().
Referenced by getButton().
|
static |
Definition at line 85 of file class.ilBibliographicSetting.php.
Referenced by ilDataBibliographicRecordListTableGUI\fillRow(), ilBibliographicDetailsGUI\getInstance(), and ilObjBibliographicAdminLibrariesGUI\initTable().
ilBibliographicSetting::getButton | ( | ilObjBibliographic | $bibl_obj, |
ilBibliographicEntry | $entry | ||
) |
ilObjBibliographic | $bibl_obj | |
ilBibliographicEntry | $entry |
Definition at line 157 of file class.ilBibliographicSetting.php.
References generateLibraryLink(), ilObjBibliographic\getFiletype(), getImg(), ilImageLinkButton\getInstance(), and ilLinkButton\getInstance().
ilBibliographicSetting::getConnectorContainerName | ( | ) |
Definition at line 29 of file class.ilBibliographicSetting.php.
ilBibliographicSetting::getId | ( | ) |
ilBibliographicSetting::getImg | ( | ) |
Definition at line 247 of file class.ilBibliographicSetting.php.
References $img.
Referenced by getButton().
ilBibliographicSetting::getName | ( | ) |
ilBibliographicSetting::getShowInList | ( | ) |
Definition at line 279 of file class.ilBibliographicSetting.php.
References $show_in_list.
ilBibliographicSetting::getUrl | ( | ) |
Definition at line 295 of file class.ilBibliographicSetting.php.
References $url.
Referenced by generateLibraryLink().
|
static |
Definition at line 21 of file class.ilBibliographicSetting.php.
ilBibliographicSetting::setId | ( | $id | ) |
mixed | $id |
Definition at line 239 of file class.ilBibliographicSetting.php.
References $id.
ilBibliographicSetting::setImg | ( | $img | ) |
mixed | $img |
Definition at line 255 of file class.ilBibliographicSetting.php.
References $img.
ilBibliographicSetting::setName | ( | $name | ) |
mixed | $name |
Definition at line 271 of file class.ilBibliographicSetting.php.
References $name.
ilBibliographicSetting::setShowInList | ( | $show_in_list | ) |
mixed | $show_in_list |
Definition at line 287 of file class.ilBibliographicSetting.php.
References $show_in_list.
ilBibliographicSetting::setUrl | ( | $url | ) |
mixed | $url |
Definition at line 303 of file class.ilBibliographicSetting.php.
References $url.
|
protected |
Definition at line 45 of file class.ilBibliographicSetting.php.
|
protected |
Definition at line 71 of file class.ilBibliographicSetting.php.
|
protected |
Definition at line 54 of file class.ilBibliographicSetting.php.
|
protected |
Definition at line 79 of file class.ilBibliographicSetting.php.
Referenced by getShowInList(), and setShowInList().
|
protected |
Definition at line 63 of file class.ilBibliographicSetting.php.
const ilBibliographicSetting::TABLE_NAME = 'il_bibl_settings' |
Definition at line 14 of file class.ilBibliographicSetting.php.