CompanyProvider
implements
Item
Table of Contents
Interfaces
- Item
Properties
-
$autoRegister
: bool
-
$code
: string
-
$description
: string|null
-
$expires
: int|null
-
$externalProviderId
: string|null
-
$iconUrl
: string|null
-
$name
: string|null
-
$timestamp
: int
-
$uid
: string
-
$virtual
: bool
Methods
-
__construct()
: mixed
$autoRegister
public
bool
$autoRegister
= false
$code
public
string
$code
$description
public
string|null
$description
= null
$expires
public
int|null
$expires
= null
$externalProviderId
public
string|null
$externalProviderId
= null
$iconUrl
public
string|null
$iconUrl
= null
$name
public
string|null
$name
= null
$timestamp
public
int
$timestamp
$uid
public
string
$uid
$virtual
public
bool
$virtual
= false
__construct()
public
__construct(string $code, string $uid, int $timestamp[, bool $virtual = false ][, bool $autoRegister = false ][, string|null $name = null ][, string|null $description = null ][, string|null $iconUrl = null ][, int|null $expires = null ][, string|null $externalProviderId = null ]) : mixed
Parameters
-
$code
: string
-
-
$uid
: string
-
-
$timestamp
: int
-
-
$virtual
: bool
= false
-
-
$autoRegister
: bool
= false
-
-
$name
: string|null
= null
-
-
$description
: string|null
= null
-
-
$iconUrl
: string|null
= null
-
-
$expires
: int|null
= null
-
-
$externalProviderId
: string|null
= null
-