ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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 57 of file class.arStorageRecord.php.
References $id.
arStorageRecord::create | ( | ) |
Definition at line 64 of file class.arStorageRecord.php.
arStorageRecord::delete | ( | ) |
Definition at line 74 of file class.arStorageRecord.php.
arStorageRecord::getDescription | ( | ) |
Definition at line 90 of file class.arStorageRecord.php.
References $description.
arStorageRecord::getId | ( | ) |
arStorageRecord::getStorage | ( | ) |
Definition at line 154 of file class.arStorageRecord.php.
References $storage.
arStorageRecord::getTitle | ( | ) |
Definition at line 122 of file class.arStorageRecord.php.
References $title.
arStorageRecord::getUsrIds | ( | ) |
Definition at line 138 of file class.arStorageRecord.php.
References $usr_ids.
arStorageRecord::setDescription | ( | $description | ) |
string | $description |
Definition at line 82 of file class.arStorageRecord.php.
References $description.
arStorageRecord::setId | ( | $id | ) |
arStorageRecord::setStorage | ( | $storage | ) |
arStorageRecordStorage | $storage |
Definition at line 146 of file class.arStorageRecord.php.
References $storage.
arStorageRecord::setTitle | ( | $title | ) |
string | $title |
Definition at line 114 of file class.arStorageRecord.php.
References $title.
arStorageRecord::setUsrIds | ( | $usr_ids | ) |
array | $usr_ids |
Definition at line 130 of file class.arStorageRecord.php.
References $usr_ids.
arStorageRecord::update | ( | ) |
Definition at line 69 of file class.arStorageRecord.php.
arStorageRecord::$description = '' |
Definition at line 40 of file class.arStorageRecord.php.
Referenced by getDescription(), and setDescription().
|
protected |
Definition at line 26 of file class.arStorageRecord.php.
Referenced by __construct(), getId(), and setId().
|
protected |
Definition at line 51 of file class.arStorageRecord.php.
Referenced by getStorage(), and setStorage().
|
protected |
Definition at line 33 of file class.arStorageRecord.php.
Referenced by getTitle(), and setTitle().
|
protected |
Definition at line 47 of file class.arStorageRecord.php.
Referenced by getUsrIds(), and setUsrIds().