ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.arMixedKey.php
Go to the documentation of this file.
1 <?php
2 require_once('../../class.ActiveRecord.php');
3 
10 class 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 ?>