AutoRequestAccountantReportComponent
extends Injectable
implements
OptInterface
uses
OptTrait
Table of Contents
Interfaces
- OptInterface
Properties
-
$_minDate
: mixed
-
$_monthList
: mixed
-
$_userVatCountryList
: mixed
-
$userList
: mixed
-
$opt
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
getMonthList()
: mixed
-
getOpt()
: array<string|int, mixed>
-
getOptUser()
: mixed
-
getOptUserId()
: mixed
-
getOptVal()
: mixed
-
getOptValOr()
: mixed
-
getReportList()
: mixed
-
getUserVatCountryList()
: mixed
-
hasOptKey()
: mixed
-
loadReportList()
: mixed
-
loadUserVat()
: mixed
-
requestAll()
: mixed
-
requestMonth()
: mixed
-
setOpt()
: static
$_minDate
public
mixed
$_minDate
$_monthList
public
mixed
$_monthList
= []
$_userVatCountryList
public
mixed
$_userVatCountryList
= []
$userList
public
mixed
$userList
= []
$opt
private
array<string|int, mixed>
$opt
__construct()
public
__construct([array<string|int, mixed> $opt = [] ]) : mixed
Parameters
-
$opt
: array<string|int, mixed>
= []
-
getMonthList()
public
getMonthList([mixed $from = null ][, mixed $to = null ]) : mixed
Parameters
-
$from
: mixed
= null
-
-
$to
: mixed
= null
-
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
-
getReportList()
public
getReportList(mixed $y, mixed $m) : mixed
Parameters
-
$y
: mixed
-
-
$m
: mixed
-
getUserVatCountryList()
public
getUserVatCountryList(mixed $y, mixed $m) : mixed
Parameters
-
$y
: mixed
-
-
$m
: mixed
-
hasOptKey()
public
hasOptKey(string $key) : mixed
Parameters
-
$key
: string
-
loadReportList()
public
loadReportList() : mixed
loadUserVat()
public
loadUserVat() : mixed
requestAll()
public
requestAll() : mixed
requestMonth()
public
requestMonth(mixed $y, mixed $m) : mixed
Parameters
-
$y
: mixed
-
-
$m
: mixed
-
setOpt()
public
setOpt(array<string|int, mixed> $opt) : static
Parameters
-
$opt
: array<string|int, mixed>
-