LDAPAccountManager/lam/lib/3rdParty/composer/pear-pear.horde.org/Horde_ListHeaders/Horde/ListHeaders/Object.php

27 lines
685 B
PHP

<?php
/**
* Object representation of a list header element.
*
* Copyright 2012-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package ListHeaders
*/
/**
* Object representation of a list header element.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package ListHeaders
*/
class Horde_ListHeaders_Object
{
}