phpldapadmin/lib/PasswordAttribute.php

18 lines
305 B
PHP
Raw Normal View History

2009-06-30 10:46:00 +00:00
<?php
/**
* Classes and functions for the template engine.
2009-06-30 10:46:00 +00:00
*
* @author The phpLDAPadmin development team
* @package phpLDAPadmin
*/
/**
2009-06-30 10:46:00 +00:00
* Represents an attribute whose values are passwords
*
* @package phpLDAPadmin
* @subpackage Templates
2009-06-30 10:46:00 +00:00
*/
class PasswordAttribute extends PLAAttribute {
2009-06-30 10:46:00 +00:00
}
?>