phpldapadmin/lib/DnAttribute.php

18 lines
288 B
PHP
Raw Normal View History

<?php
/**
* Classes and functions for the template engine.
*
* @author The phpLDAPadmin development team
* @package phpLDAPadmin
*/
/**
* Represents an attribute whose values are DNs
*
* @package phpLDAPadmin
* @subpackage Templates
*/
class DnAttribute extends Attribute {
}
2019-02-12 14:52:01 -05:00