ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 {
12 
18  public static function returnDbTableName()
19  {
20  return 'ar_mixed_key';
21  }
22 
23 
24  public function getConnectorContainerName()
25  {
26  return 'ar_mixed_key';
27  }
28 
29 
39  protected $ext_id;
49  protected $parent_id;
50 }
Class ActiveRecord.
static returnDbTableName()
Class arMixedKey.