ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
class.arMixedKey.php
Go to the documentation of this file.
1<?php
2require_once('../../class.ActiveRecord.php');
3
10class arMixedKey extends ActiveRecord {
11
17 static function returnDbTableName() {
18 return 'ar_mixed_key';
19 }
20
21
22 public function getConnectorContainerName() {
23 return 'ar_mixed_key';
24 }
25
26
36 protected $ext_id;
46 protected $parent_id;
47}
48
49?>
Class ActiveRecord.
Class arMixedKey.
static returnDbTableName()