deputat/phpldapadmin/lib/DnAttribute.php
2023-04-25 13:25:59 +02:00

18 lines
290 B
PHP
Executable File

<?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 {
}
?>