You are here

ldap.attribute.date.inc in Lightweight Directory Access Protocol (LDAP) 6

Defines the attribute_date class and related functions.

File

includes/ldap.attribute.date.inc
View source
<?php

/**
 * @file 
 * Defines the attribute_date class and related functions.
 */

/**
 * LDAP attribute_date Class
 *
 *   This class provides additional functions, variables, and consideration for
 * date attributes.
 */
class ldap_attribute_date extends ldap_attribute {

}

// vim:fenc=utf-8:ft=php:ai:si:ts=2:sw=2:et:

Classes

Namesort descending Description
ldap_attribute_date LDAP attribute_date Class