PHP Trait LdapTools\Event\MoveEventTrait

Author: Chad Sikorra ([email protected])
Datei anzeigen Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$container The location the LDAP object is moving to.

Public Methods

Method Description
getContainer ( ) : string Get the location the LDAP object is moving to.
setContainer ( string $container ) Set the location the LDAP object is moving to.

Method Details

getContainer() public method

Get the location the LDAP object is moving to.
public getContainer ( ) : string
return string

setContainer() public method

Set the location the LDAP object is moving to.
public setContainer ( string $container )
$container string The OU/container in DN form.

Property Details

$container protected_oe property

The location the LDAP object is moving to.
protected $container