1<?php declare(strict_types=1);
2/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4/**
5 * Class ilBuddySystemRelationCollection
6 * A collection which contains all entries of a buddy list
7 * @author Michael Jansen <mjansen@databay.de>
8 */
9class ilBuddySystemRelationCollection extends ilBuddySystemArrayCollection
10{
11}
12