ILIAS  release_7 Revision v7.30-3-g800a261c036
class.arStatement.php
Go to the documentation of this file.
1<?php
2
10abstract class arStatement
11{
12
16 protected $table_name_as = '';
17
18
24 abstract public function asSQLStatement(ActiveRecord $ar);
25
26
30 public function getTableNameAs()
31 {
33 }
34
35
40 {
41 $this->table_name_as = $table_name_as;
42 }
43}
Class ActiveRecord.
An exception for terminatinating execution or to throw for unit testing.
Class arStatement.
setTableNameAs($table_name_as)
asSQLStatement(ActiveRecord $ar)