DuplicateList
Table of Contents
Methods
-
__construct()
: mixed
-
enabledPermissionCheck()
: mixed
-
enabledRanking()
: mixed
-
enableNaturalSort()
: void
-
getEntityTypeID()
: mixed
-
getMatchHash()
: mixed
-
getRootItemCount()
: mixed
-
getRootItems()
: array<string|int, Duplicate>
-
getScope()
: mixed
-
getSortOrder()
: mixed
-
getSortTypeID()
: mixed
-
getStatusIDs()
: mixed
-
getTotalEntityCount()
: mixed
-
getTotalItems()
: mixed
-
getTypeID()
: mixed
-
getUserID()
: mixed
-
isAutomatic()
: bool
-
isJunk()
: bool
-
isNaturalSortEnabled()
: bool
-
isPermissionCheckEnabled()
: mixed
-
isRankingEnabled()
: mixed
-
isSortingEnabled()
: mixed
-
setEntityTypeID()
: mixed
-
setMatchHash()
: mixed
-
setScope()
: mixed
-
setSortOrder()
: mixed
-
setSortTypeID()
: mixed
-
setStatusIDs()
: mixed
-
setTypeID()
: mixed
-
setUserID()
: mixed
__construct()
public
__construct(mixed $typeID, mixed $entityTypeID, mixed $userID[, mixed $enablePermissionCheck = false ][, mixed $options = null ]) : mixed
Parameters
-
$typeID
: mixed
-
-
$entityTypeID
: mixed
-
-
$userID
: mixed
-
-
$enablePermissionCheck
: mixed
= false
-
-
$options
: mixed
= null
-
enabledPermissionCheck()
public
enabledPermissionCheck(mixed $enable) : mixed
Parameters
-
$enable
: mixed
-
enabledRanking()
public
enabledRanking(mixed $enable) : mixed
Parameters
-
$enable
: mixed
-
enableNaturalSort()
public
enableNaturalSort(bool $useNaturalSort) : void
Parameters
-
$useNaturalSort
: bool
-
getEntityTypeID()
public
getEntityTypeID() : mixed
getMatchHash()
public
getMatchHash() : mixed
getRootItemCount()
public
getRootItemCount() : mixed
getRootItems()
public
getRootItems([mixed $offset = 0 ][, mixed $limit = 0 ]) : array<string|int, Duplicate>
Parameters
-
$offset
: mixed
= 0
-
-
$limit
: mixed
= 0
-
getScope()
public
getScope() : mixed
getSortOrder()
public
getSortOrder() : mixed
getSortTypeID()
public
getSortTypeID() : mixed
getStatusIDs()
public
getStatusIDs() : mixed
getTotalEntityCount()
public
static getTotalEntityCount(mixed $userID, mixed $entityTypeID, array<string|int, mixed> $typeIDs, mixed $scope) : mixed
Parameters
-
$userID
: mixed
-
-
$entityTypeID
: mixed
-
-
$typeIDs
: array<string|int, mixed>
-
-
$scope
: mixed
-
getTotalItems()
public
static getTotalItems(mixed $userID, mixed $entityTypeID, array<string|int, mixed> $typeIDs, mixed $scope) : mixed
Parameters
-
$userID
: mixed
-
-
$entityTypeID
: mixed
-
-
$typeIDs
: array<string|int, mixed>
-
-
$scope
: mixed
-
getTypeID()
public
getTypeID() : mixed
getUserID()
public
getUserID() : mixed
isAutomatic()
public
isAutomatic() : bool
isJunk()
public
isJunk(mixed $entityID) : bool
Parameters
-
$entityID
: mixed
-
isNaturalSortEnabled()
public
isNaturalSortEnabled() : bool
isPermissionCheckEnabled()
public
isPermissionCheckEnabled() : mixed
isRankingEnabled()
public
isRankingEnabled() : mixed
isSortingEnabled()
public
isSortingEnabled() : mixed
setEntityTypeID()
public
setEntityTypeID(mixed $entityTypeID) : mixed
Parameters
-
$entityTypeID
: mixed
-
setMatchHash()
public
setMatchHash(mixed $matchHash) : mixed
Parameters
-
$matchHash
: mixed
-
setScope()
public
setScope(mixed $scope) : mixed
Parameters
-
$scope
: mixed
-
setSortOrder()
public
setSortOrder(mixed $sortOrder) : mixed
Parameters
-
$sortOrder
: mixed
-
setSortTypeID()
public
setSortTypeID(mixed $typeID) : mixed
Parameters
-
$typeID
: mixed
-
setStatusIDs()
public
setStatusIDs(array<string|int, mixed> $statusIDs) : mixed
Parameters
-
$statusIDs
: array<string|int, mixed>
-
setTypeID()
public
setTypeID(mixed $typeID) : mixed
Parameters
-
$typeID
: mixed
-
setUserID()
public
setUserID(mixed $userID) : mixed
Parameters
-
$userID
: mixed
-