Table of Contents
Properties
-
$dbmsTable
: mixed
-
$dbName
: mixed
-
$tableName
: mixed
Methods
-
__construct()
: mixed
-
createRow()
: mixed
-
deleteCardsBySetAbbr()
: mixed
-
exists()
: mixed
-
getCardList()
: mixed
-
getCardListByNameList()
: mixed
-
getCardListBySetAbbr()
: mixed
-
getCardListBySetName()
: mixed
-
getDBName()
: mixed
-
getIdListByName()
: mixed
-
getNameListBySetName()
: mixed
-
getTableName()
: mixed
-
init()
: mixed
-
serialize()
: mixed
-
unserialize()
: mixed
-
updateRowByName()
: mixed
-
install()
: mixed
$dbmsTable
protected
mixed
$dbmsTable
$dbName
protected
mixed
$dbName
$tableName
protected
mixed
$tableName
__construct()
public
__construct(mixed $dbName, mixed $tableName) : mixed
Parameters
-
$dbName
: mixed
-
-
$tableName
: mixed
-
createRow()
public
createRow(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
deleteCardsBySetAbbr()
public
deleteCardsBySetAbbr(mixed $setAbbr) : mixed
Parameters
-
$setAbbr
: mixed
-
exists()
public
exists() : mixed
getCardList()
public
getCardList() : mixed
getCardListByNameList()
public
getCardListByNameList(array<string|int, mixed> $nameList) : mixed
Parameters
-
$nameList
: array<string|int, mixed>
-
getCardListBySetAbbr()
public
getCardListBySetAbbr(mixed $setAbbr) : mixed
Parameters
-
$setAbbr
: mixed
-
getCardListBySetName()
public
getCardListBySetName(mixed $setName) : mixed
Parameters
-
$setName
: mixed
-
getDBName()
public
getDBName() : mixed
getIdListByName()
public
getIdListByName(mixed $name) : mixed
Parameters
-
$name
: mixed
-
getNameListBySetName()
public
getNameListBySetName(mixed $setName) : mixed
Parameters
-
$setName
: mixed
-
getTableName()
public
getTableName() : mixed
init()
public
init() : mixed
serialize()
public
serialize() : mixed
unserialize()
public
unserialize(mixed $data) : mixed
Parameters
-
$data
: mixed
-
updateRowByName()
public
updateRowByName(array<string|int, mixed> $data, mixed $name) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
-
$name
: mixed
-
install()
protected
install() : mixed