|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilBibliographicSetting. More...
Inheritance diagram for ilBibliographicSetting:
Collaboration diagram for ilBibliographicSetting: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().
Here is the caller graph for this function:| ilBibliographicSetting::generateLibraryLink | ( | ilBibliographicEntry | $entry, |
| $type | |||
| ) |
| ilBibliographicEntry | $entry | |
| string | $type | (bib|ris) |
Definition at line 96 of file class.ilBibliographicSetting.php.
References formatAttribute(), ilBibliographicEntry\getAttributes(), ilBibliographicEntry\getType(), and getUrl().
Referenced by getButton().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 85 of file class.ilBibliographicSetting.php.
References ActiveRecord\get().
Referenced by ilDataBibliographicRecordListTableGUI\fillRow(), and ilObjBibliographicAdminLibrariesGUI\initTable().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| ilBibliographicSetting::getConnectorContainerName | ( | ) |
Reimplemented from ActiveRecord.
Definition at line 29 of file class.ilBibliographicSetting.php.
References TABLE_NAME.
| ilBibliographicSetting::getId | ( | ) |
Definition at line 231 of file class.ilBibliographicSetting.php.
References $id.
| ilBibliographicSetting::getImg | ( | ) |
Definition at line 247 of file class.ilBibliographicSetting.php.
References $img.
Referenced by getButton().
Here is the caller graph for this function:| ilBibliographicSetting::getName | ( | ) |
Definition at line 263 of file class.ilBibliographicSetting.php.
References $name.
| 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().
Here is the caller graph for this function:
|
static |
Reimplemented from ActiveRecord.
Definition at line 21 of file class.ilBibliographicSetting.php.
References TABLE_NAME.
| 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.
Referenced by getConnectorContainerName(), and returnDbTableName().