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, ImporterTask>
__construct()  : mixed
Constructor
getTasks()  : array<string|int, ImporterTask>
Returns the list of subtasks.
run()  : string
Runs the task.

Properties

Methods

__construct()

Constructor

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

tasks

$dn : mixed
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