ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilBibliographicSetting. More...
Static Public Member Functions | |
static | returnDbTableName () |
static | getAll () |
Static Public Member Functions inherited from ActiveRecord | |
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. | |
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. | |
installDatabase () | |
Static Protected Member Functions inherited from ActiveRecord | |
static | getCalledClass () |
static | fromCamelCase ($str) |
Class ilBibliographicSetting.
Definition at line 14 of file class.ilBibliographicSetting.php.
|
private |
String | $a | |
String | $type | |
Array | $attributes | |
String | $prefix |
Definition at line 176 of file class.ilBibliographicSetting.php.
Referenced by generateLibraryLink().
ilBibliographicSetting::generateLibraryLink | ( | ilBibliographicEntry | $entry, |
$type | |||
) |
ilBibliographicEntry | $entry | |
string | $type | (bib|ris) |
Definition at line 98 of file class.ilBibliographicSetting.php.
References formatAttribute(), ilBibliographicEntry\getAttributes(), ilBibliographicEntry\getType(), and getUrl().
Referenced by getButton().
|
static |
Definition at line 87 of file class.ilBibliographicSetting.php.
References ActiveRecord\get().
Referenced by ilDataBibliographicRecordListTableGUI\fillRow(), and ilObjBibliographicAdminLibrariesGUI\initTable().
ilBibliographicSetting::getButton | ( | ilObjBibliographic | $bibl_obj, |
ilBibliographicEntry | $entry | ||
) |
ilObjBibliographic | $bibl_obj | |
ilBibliographicEntry | $entry |
Definition at line 148 of file class.ilBibliographicSetting.php.
References generateLibraryLink(), ilObjBibliographic\getFiletype(), getImg(), ilImageLinkButton\getInstance(), and ilLinkButton\getInstance().
ilBibliographicSetting::getConnectorContainerName | ( | ) |
Reimplemented from ActiveRecord.
Definition at line 31 of file class.ilBibliographicSetting.php.
References TABLE_NAME.
ilBibliographicSetting::getId | ( | ) |
ilBibliographicSetting::getImg | ( | ) |
Definition at line 239 of file class.ilBibliographicSetting.php.
References $img.
Referenced by getButton().
ilBibliographicSetting::getName | ( | ) |
ilBibliographicSetting::getShowInList | ( | ) |
Definition at line 271 of file class.ilBibliographicSetting.php.
References $show_in_list.
ilBibliographicSetting::getUrl | ( | ) |
Definition at line 287 of file class.ilBibliographicSetting.php.
References $url.
Referenced by generateLibraryLink().
|
static |
Reimplemented from ActiveRecord.
Definition at line 23 of file class.ilBibliographicSetting.php.
References TABLE_NAME.
ilBibliographicSetting::setId | ( | $id | ) |
mixed | $id |
Definition at line 231 of file class.ilBibliographicSetting.php.
References $id.
ilBibliographicSetting::setImg | ( | $img | ) |
mixed | $img |
Definition at line 247 of file class.ilBibliographicSetting.php.
References $img.
ilBibliographicSetting::setName | ( | $name | ) |
mixed | $name |
Definition at line 263 of file class.ilBibliographicSetting.php.
References $name.
ilBibliographicSetting::setShowInList | ( | $show_in_list | ) |
mixed | $show_in_list |
Definition at line 279 of file class.ilBibliographicSetting.php.
References $show_in_list.
ilBibliographicSetting::setUrl | ( | $url | ) |
mixed | $url |
Definition at line 295 of file class.ilBibliographicSetting.php.
References $url.
|
protected |
Definition at line 47 of file class.ilBibliographicSetting.php.
|
protected |
Definition at line 73 of file class.ilBibliographicSetting.php.
|
protected |
Definition at line 56 of file class.ilBibliographicSetting.php.
|
protected |
Definition at line 81 of file class.ilBibliographicSetting.php.
Referenced by getShowInList(), and setShowInList().
|
protected |
Definition at line 65 of file class.ilBibliographicSetting.php.
const ilBibliographicSetting::TABLE_NAME = 'il_bibl_settings' |
Definition at line 16 of file class.ilBibliographicSetting.php.
Referenced by getConnectorContainerName(), and returnDbTableName().