ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class arTestRecord. More...
Public Member Functions | |
__construct ($id=0) | |
create () | |
update () | |
delete () | |
setDescription ($description) | |
getDescription () | |
setId ($id) | |
getId () | |
setTitle ($title) | |
getTitle () | |
setUsrIds ($usr_ids) | |
getUsrIds () | |
setStorage ($storage) | |
getStorage () | |
Data Fields | |
$description = '' | |
Protected Attributes | |
$id = 0 | |
$title = '' | |
$usr_ids = array() | |
$storage | |
Class arTestRecord.
@description A Class which does not extend from ActiveRecord uses arStorage for dynamic DB usage
Definition at line 14 of file class.arStorageRecord.php.
arStorageRecord::__construct | ( | $id = 0 | ) |
$id |
Definition at line 58 of file class.arStorageRecord.php.
References $id.
arStorageRecord::create | ( | ) |
Definition at line 66 of file class.arStorageRecord.php.
arStorageRecord::delete | ( | ) |
Definition at line 78 of file class.arStorageRecord.php.
arStorageRecord::getDescription | ( | ) |
Definition at line 96 of file class.arStorageRecord.php.
References $description.
arStorageRecord::getId | ( | ) |
arStorageRecord::getStorage | ( | ) |
Definition at line 168 of file class.arStorageRecord.php.
References $storage.
arStorageRecord::getTitle | ( | ) |
Definition at line 132 of file class.arStorageRecord.php.
References $title.
arStorageRecord::getUsrIds | ( | ) |
Definition at line 150 of file class.arStorageRecord.php.
References $usr_ids.
arStorageRecord::setDescription | ( | $description | ) |
string | $description |
Definition at line 87 of file class.arStorageRecord.php.
References $description.
arStorageRecord::setId | ( | $id | ) |
arStorageRecord::setStorage | ( | $storage | ) |
arStorageRecordStorage | $storage |
Definition at line 159 of file class.arStorageRecord.php.
References $storage.
arStorageRecord::setTitle | ( | $title | ) |
string | $title |
Definition at line 123 of file class.arStorageRecord.php.
References $title.
arStorageRecord::setUsrIds | ( | $usr_ids | ) |
array | $usr_ids |
Definition at line 141 of file class.arStorageRecord.php.
References $usr_ids.
arStorageRecord::update | ( | ) |
Definition at line 72 of file class.arStorageRecord.php.
arStorageRecord::$description = '' |
Definition at line 41 of file class.arStorageRecord.php.
Referenced by getDescription(), and setDescription().
|
protected |
Definition at line 27 of file class.arStorageRecord.php.
Referenced by __construct(), getId(), and setId().
|
protected |
Definition at line 52 of file class.arStorageRecord.php.
Referenced by getStorage(), and setStorage().
|
protected |
Definition at line 34 of file class.arStorageRecord.php.
Referenced by getTitle(), and setTitle().
|
protected |
Definition at line 48 of file class.arStorageRecord.php.
Referenced by getUsrIds(), and setUsrIds().