LDAP Account Manager

MultiTask
in package
implements ImporterTask

Combines multiple import tasks.

Tags
author

Roland Gruber

Interfaces, Classes, Traits and Enums

ImporterTask
A single import task.

Table of Contents

$dn  : string
$tasks  : array<string|int, mixed>
__construct()  : mixed
Constructor
getTasks()  : array<string|int, ImporterTask>
Returns the list of subtasks.
run()  : string
Runs the task.

Properties

$tasks

private array<string|int, mixed> $tasks

tasks

Methods

__construct()

Constructor

public __construct(array<string|int, ImporterTask$tasks, string $dn) : mixed
Parameters
$tasks : array<string|int, ImporterTask>

tasks

$dn : string

DN

Return values
mixed

run()

Runs the task.

public run() : string
Tags
see
ImporterTask::run
Return values
string

HTML output or LAMException if error occurred

Search results