mibew/src/mibew/libs/adldap/collections/adLDAPUserCollection.php

46 lines
1.4 KiB
PHP

<?php
namespace adLDAP\collections;
use adLDAP\adLDAP;
/**
* PHP LDAP CLASS FOR MANIPULATING ACTIVE DIRECTORY
* Version 5.0.0
*
* PHP Version 5 with SSL and LDAP support
*
* Written by Scott Barnett, Richard Hyland
* email: scott@wiggumworld.com, adldap@richardhyland.com
* http://github.com/adldap/adLDAP
*
* Copyright (c) 2006-2014 Scott Barnett, Richard Hyland
*
* We'd appreciate any improvements or additions to be submitted back
* to benefit the entire community :)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* @category ToolsAndUtilities
* @package adLDAP
* @subpackage UserCollection
* @author Scott Barnett, Richard Hyland
* @copyright (c) 2006-2014 Scott Barnett, Richard Hyland
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html LGPLv2.1
* @version 5.0.0
* @link http://github.com/adldap/adLDAP
*/
class adLDAPUserCollection extends adLDAPCollection
{
public function __set($attribute, $value) {
}
}
?>