RenameEntryTask
in package
implements
ImporterTask
Renames an LDAP entry.
Tags
Interfaces, Classes, Traits and Enums
- ImporterTask
- A single import task.
Table of Contents
- $deleteOldRdn : mixed
- $dn : mixed
- $newRdn : mixed
- __construct() : mixed
- Constructor
- run() : string
- Runs the task.
Properties
$deleteOldRdn
private
mixed
$deleteOldRdn
= true
$dn
private
mixed
$dn
= ''
$newRdn
private
mixed
$newRdn
= ''
Methods
__construct()
Constructor
public
__construct(string $dn, string $newRdn, bool $deleteOldRdn) : mixed
Parameters
- $dn : string
-
DN
- $newRdn : string
-
new RDN value
- $deleteOldRdn : bool
-
delete old RDN value
Return values
mixed —run()
Runs the task.
public
run() : string
Tags
Return values
string —HTML output or LAMException if error occurred