AddEntryTask
in package
implements
ImporterTask
Adds a complete LDAP entry.
Tags
Interfaces, Classes, Traits and Enums
- ImporterTask
- A single import task.
Table of Contents
- $attributes : mixed
- $dn : mixed
- __construct() : mixed
- Constructor
- run() : string
- Runs the task.
Properties
$attributes
private
mixed
$attributes
= []
$dn
private
mixed
$dn
= ''
Methods
__construct()
Constructor
public
__construct(string $dn, mixed $attributes) : mixed
Parameters
- $dn : string
-
DN
- $attributes : mixed
Return values
mixed —run()
Runs the task.
public
run() : string
Tags
Return values
string —HTML output or LAMException if error occurred