phpldapadmin/lib/JpegAttribute.php

20 lines
321 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.
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 jpeg pictures
*
* @package phpLDAPadmin
* @subpackage Templates
2009-06-30 10:46:00 +00:00
*/
class JpegAttribute extends BinaryAttribute {
}
?>