User
in package
An application's backup for a single user.
Tags
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.