phpldapadmin/lib/GidAttribute.php

20 lines
294 B
PHP
Raw Normal View History

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