Table of Contents
Properties
-
$dbmsTable
: mixed
-
$dbName
: mixed
-
$tableName
: mixed
Methods
-
__construct()
: mixed
-
createCard()
: mixed
-
createRow()
: mixed
-
deleteCustomCards()
: mixed
-
exists()
: mixed
-
getCardByName()
: mixed
-
getCardListByName()
: mixed
-
getCardListByNameList()
: mixed
-
getCardListBySetAbbr()
: mixed
-
getCardListBySetName()
: mixed
-
getCustomSetAbbrList()
: mixed
-
getDBName()
: mixed
-
getExpansionList()
: mixed
-
getIdListByName()
: mixed
-
getLastOracleId()
: mixed
-
getMissingOracleId()
: mixed
-
getMissingOracleIdList()
: mixed
-
getNameByOracleId()
: mixed
-
getNameListByOracleIdList()
: mixed
-
getNameListBySetName()
: mixed
-
getOracleIdList()
: mixed
-
getSetAbbrList()
: mixed
-
getSetList()
: mixed
-
getTableName()
: mixed
-
getUniqueCardList()
: mixed
-
init()
: mixed
-
searchNameByCard()
: mixed
-
serialize()
: mixed
-
unserialize()
: mixed
-
updateRowById()
: mixed
-
updateRowByName()
: mixed
-
cast()
: mixed
-
castList()
: 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
-
createCard()
public
createCard(mixed $oracleId, mixed $name, mixed $expansion) : mixed
Parameters
-
$oracleId
: mixed
-
-
$name
: mixed
-
-
$expansion
: mixed
-
createRow()
public
createRow(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
deleteCustomCards()
public
deleteCustomCards() : mixed
exists()
public
exists() : mixed
getCardByName()
public
getCardByName(mixed $name) : mixed
Parameters
-
$name
: mixed
-
getCardListByName()
public
getCardListByName(mixed $name) : mixed
Parameters
-
$name
: 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
-
getCustomSetAbbrList()
public
getCustomSetAbbrList() : mixed
getDBName()
public
getDBName() : mixed
getExpansionList()
public
getExpansionList() : mixed
getIdListByName()
public
getIdListByName(mixed $name) : mixed
Parameters
-
$name
: mixed
-
getLastOracleId()
public
getLastOracleId() : mixed
getMissingOracleId()
public
getMissingOracleId() : mixed
getMissingOracleIdList()
public
getMissingOracleIdList(array<string|int, mixed> $idList) : mixed
Parameters
-
$idList
: array<string|int, mixed>
-
getNameByOracleId()
public
getNameByOracleId(mixed $id) : mixed
Parameters
-
$id
: mixed
-
getNameListByOracleIdList()
public
getNameListByOracleIdList(array<string|int, mixed> $idList) : mixed
Parameters
-
$idList
: array<string|int, mixed>
-
getNameListBySetName()
public
getNameListBySetName(mixed $setName) : mixed
Parameters
-
$setName
: mixed
-
getOracleIdList()
public
getOracleIdList() : mixed
getSetAbbrList()
public
getSetAbbrList() : mixed
getSetList()
public
getSetList() : mixed
getTableName()
public
getTableName() : mixed
getUniqueCardList()
public
getUniqueCardList() : mixed
init()
public
init() : mixed
searchNameByCard()
public
searchNameByCard(array<string|int, mixed> $query) : mixed
Parameters
-
$query
: array<string|int, mixed>
-
serialize()
public
serialize() : mixed
unserialize()
public
unserialize(mixed $data) : mixed
Parameters
-
$data
: mixed
-
updateRowById()
public
updateRowById(array<string|int, mixed> $data, mixed $id) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
-
$id
: mixed
-
updateRowByName()
public
updateRowByName(array<string|int, mixed> $data, mixed $name) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
-
$name
: mixed
-
cast()
protected
cast(array<string|int, mixed> &$data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
castList()
protected
castList(array<string|int, mixed> &$dataList) : mixed
Parameters
-
$dataList
: array<string|int, mixed>
-
install()
protected
install() : mixed