File: JpegAttribute.php

package info (click to toggle)
ldap-account-manager 5.5-1%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 46,776 kB
  • sloc: php: 72,313; perl: 409; pascal: 369; xml: 219; sh: 195; makefile: 168
file content (17 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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 {
}
?>