Documentation

User
in package

An application's backup for a single user.

Tags
author

Jan Schneider jan@horde.org

category

Horde

copyright

2017 Horde LLC

license

http://www.horde.org/licenses/bsd BSD

Table of Contents

$collections  : array<string|int, Collection>
The collections of backup objects.
$user  : string
The user name.
__construct()  : mixed
Constructor.

Properties

$collections

The collections of backup objects.

public array<string|int, Collection> $collections = array()

$user

The user name.

public string $user

Methods

__construct()

Constructor.

public __construct([string $user = null ]) : mixed
Parameters
$user : string = null

A user name.

Return values
mixed

Search results