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