ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.arMixedKey.php
Go to the documentation of this file.
1<?php
2require_once('../../class.ActiveRecord.php');
3
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
38 protected $ext_id;
47 protected $parent_id;
48}
Class ActiveRecord.
An exception for terminatinating execution or to throw for unit testing.
Class arMixedKey.
static returnDbTableName()