ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
class.arStatement.php
Go to the documentation of this file.
1<?php
2
10abstract class arStatement {
11
15 protected $table_name_as = '';
16
17
23 abstract public function asSQLStatement(ActiveRecord $ar);
24
25
29 public function getTableNameAs() {
31 }
32
33
37 public function setTableNameAs($table_name_as) {
38 $this->table_name_as = $table_name_as;
39 }
40}
41
42?>
Class ActiveRecord.
Class arStatement.
setTableNameAs($table_name_as)
asSQLStatement(ActiveRecord $ar)