LDAPAccountManager/lam/templates/3rdParty/pla/lib/JpegAttribute.php

18 lines
308 B
PHP
Raw Normal View History

2011-06-26 10:44:28 +00:00
<?php
/**
* Classes and functions for the template engine.
*
* @author The phpLDAPadmin development team
* @package phpLDAPadmin
*/
/**
* Represents an attribute whose values are jpeg pictures
*
* @package phpLDAPadmin
* @subpackage Templates
*/
class JpegAttribute extends BinaryAttribute {
}
?>