Class arTestRecord.
More...
Class arTestRecord.
A Class which does not extend from ActiveRecord uses arStorage for dynamic DB usage
- Author
- Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
- Version
- 2.0.7
Definition at line 14 of file class.arStorageRecord.php.
◆ __construct()
| arStorageRecord::__construct |
( |
|
$id = 0 | ) |
|
- Parameters
-
Definition at line 57 of file class.arStorageRecord.php.
References $id.
59 $this->storage = arStorageRecordStorage::getInstance($this);
60 $this->storage->installDB();
◆ create()
| arStorageRecord::create |
( |
| ) |
|
◆ delete()
| arStorageRecord::delete |
( |
| ) |
|
◆ getDescription()
| arStorageRecord::getDescription |
( |
| ) |
|
◆ getId()
| arStorageRecord::getId |
( |
| ) |
|
◆ getStorage()
| arStorageRecord::getStorage |
( |
| ) |
|
◆ getTitle()
| arStorageRecord::getTitle |
( |
| ) |
|
◆ getUsrIds()
| arStorageRecord::getUsrIds |
( |
| ) |
|
◆ setDescription()
| arStorageRecord::setDescription |
( |
|
$description | ) |
|
◆ setId()
| arStorageRecord::setId |
( |
|
$id | ) |
|
◆ setStorage()
| arStorageRecord::setStorage |
( |
|
$storage | ) |
|
◆ setTitle()
| arStorageRecord::setTitle |
( |
|
$title | ) |
|
◆ setUsrIds()
| arStorageRecord::setUsrIds |
( |
|
$usr_ids | ) |
|
◆ update()
| arStorageRecord::update |
( |
| ) |
|
◆ $description
| arStorageRecord::$description = '' |
◆ $id
◆ $storage
| arStorageRecord::$storage |
|
protected |
◆ $title
| arStorageRecord::$title = '' |
|
protected |
◆ $usr_ids
| arStorageRecord::$usr_ids = array() |
|
protected |
The documentation for this class was generated from the following file: