ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.arMessageList.php
Go to the documentation of this file.
1<?php
2require_once('./Services/ActiveRecord/class.ActiveRecordList.php');
3require_once('class.arMessage.php');
4
12
13 public function __construct() {
14 parent::__construct(new arMessage());
15 }
16}
17
18?>
Class ActiveRecordList.
An exception for terminatinating execution or to throw for unit testing.
Class arMessageList.
Class arMessage.