ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 {
15 parent::__construct(new arMessage());
16 }
17}
Class ActiveRecordList.
An exception for terminatinating execution or to throw for unit testing.
Class arMessageList.
Class arMessage.