phpldapadmin/lib/GidAttribute.php
2009-07-01 16:09:17 +10:00

20 lines
294 B
PHP

<?php
// $Header$
/**
* Classes and functions for the template engine.
*
* @author The phpLDAPadmin development team
* @package phpLDAPadmin
*/
/**
* Represents a 'gidNumber' attribute
*
* @package phpLDAPadmin
* @subpackage Templates
*/
class GidAttribute extends Attribute {
}
?>