Table of Contents
Properties
-
$opt
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
checkUserModule()
: mixed
-
createFor()
: mixed
-
getOpt()
: array<string|int, mixed>
-
getOptUser()
: mixed
-
getOptUserId()
: mixed
-
getOptVal()
: mixed
-
getOptValOr()
: mixed
-
getRawCredential()
: User|null
-
getUser()
: User|null
-
getUserModule()
: UserModule
-
hasOptKey()
: mixed
-
isFine()
: mixed
-
setOpt()
: static
-
setUserModule()
: self
-
toJson()
: mixed
-
toJsonAssoc()
: mixed
$opt
private
array<string|int, mixed>
$opt
__construct()
public
__construct([UserModule|null $userModule = null ][, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
-
$userModule
: UserModule|null
= null
-
-
$opt
: array<string|int, mixed>
= []
-
checkUserModule()
public
static checkUserModule(UserModule $userModule) : mixed
Parameters
-
$userModule
: UserModule
-
createFor()
public
static createFor(UserModule &$userModule[, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
-
$userModule
: UserModule
-
-
$opt
: array<string|int, mixed>
= []
-
getOpt()
public
getOpt([array<string|int, mixed> $opt = null ]) : array<string|int, mixed>
Parameters
-
$opt
: array<string|int, mixed>
= null
-
Return values
array<string|int, mixed>
getOptUser()
public
getOptUser() : mixed
getOptUserId()
public
getOptUserId() : mixed
getOptVal()
public
getOptVal(string $key) : mixed
Parameters
-
$key
: string
-
getOptValOr()
public
getOptValOr(string $key[, mixed $or = null ]) : mixed
Parameters
-
$key
: string
-
-
$or
: mixed
= null
-
getRawCredential()
public
getRawCredential() : User|null
getUser()
public
getUser() : User|null
getUserModule()
public
getUserModule() : UserModule
hasOptKey()
public
hasOptKey(string $key) : mixed
Parameters
-
$key
: string
-
isFine()
public
isFine() : mixed
setOpt()
public
setOpt(array<string|int, mixed> $opt) : static
Parameters
-
$opt
: array<string|int, mixed>
-
setUserModule()
public
setUserModule(UserModule $userModule) : self
Parameters
-
$userModule
: UserModule
-
toJson()
public
toJson() : mixed
toJsonAssoc()
public
toJsonAssoc() : mixed