Item
abstract class Item extends Object (View source)
Base class for gathering items.
Properties
$error | from Object | ||
protected | $feHandles | ||
protected | $templates |
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Deprecated method. Use Item::create instead.
Details
in
Object at line 10
loadError($error)
No description
in
Object at line 15
isError()
No description
in
Object at line 25
getError()
No description
in
Object at line 30
setPropertiesFromArray($arr)
No description
in
Object at line 37
static
camelcase($file)
No description
in
Object at line 42
static
uncamelcase($string)
No description
abstract
loadDetails()
No description
abstract
canViewGatheringItem()
No description
abstract
assignFeatureAssignments($mixed)
No description
static
getListByItem(mixed $mixed)
No description
getGatheringItemID()
No description
getGatheringDataSourceHandle()
No description
getGatheringDataSourceID()
No description
getGatheringItemPublicDateTime()
No description
getGatheringItemTemplateID(GatheringItemTemplateType $type)
No description
getGatheringItemTemplateObject(GatheringItemTemplateType $type)
No description
getGatheringItemTemplateHandle()
No description
getGatheringItemSlotWidth()
No description
getGatheringItemSlotHeight()
No description
getGatheringItemBatchTimestamp()
No description
getGatheringItemBatchDisplayOrder()
No description
getGatheringItemKey()
No description
getGatheringObject()
No description
getGatheringID()
No description
getGatheringItemFeatureHandles()
No description
protected
loadGatheringItemTemplates()
No description
moveToNewGathering(Gathering $gathering)
No description
setGatheringItemTemplate(GatheringItemTemplateType $type, GatheringItemTemplate $template)
No description
setGatheringItemBatchDisplayOrder($gaiBatchDisplayOrder)
No description
setGatheringItemBatchTimestamp($gaiBatchTimestamp)
No description
setGatheringItemSlotWidth($gaiSlotWidth)
No description
setGatheringItemSlotHeight($gaiSlotHeight)
No description
static
getByID($gaiID)
No description
static protected
getListByKey(DataSource $ags, $gaiKey)
No description
static
__callStatic($name, $arguments)
No description
static
create(Gathering $ag, DataSource $ags, $gaiPublicDateTime, $gaiTitle, $gaiKey, $gaiSlotWidth = 1, $gaiSlotHeight = 1)
No description
duplicate(Gathering $gathering)
No description
deleteFeatureAssignments()
No description
addFeatureAssignment($feHandle, $mixed)
No description
copyFeatureAssignment(FeatureAssignment $fa)
No description
protected
sortByFeatureScore($a, $b)
No description
protected
weightByFeatureScore($a, $b)
No description
setAutomaticGatheringItemSlotWidth()
No description
setAutomaticGatheringItemSlotHeight()
No description
setAutomaticGatheringItemTemplate()
No description
itemSupportsGatheringItemTemplate(GatheringItemTemplate $template)
No description
delete()
No description
deactivate()
No description
render(GatheringItemTemplateType $type)
No description
static Key[]
add(Gathering $ag, DataSource $ags, string $gaiPublicDateTime, string $gaiTitle, string $gaiKey, int $gaiSlotWidth = 1, int $gaiSlotHeight = 1)
Deprecated method. Use Item::create instead.