class AvailableObject (View source)

Properties

protected int $slot
protected ItemProviderInterface $item
protected ObjectInterface $contentObject

Methods

__construct(int $slot, ItemProviderInterface $item, ObjectInterface $contentObject)

AvailableObject constructor.

int
getSlot()

No description

getItem()

No description

Details

__construct(int $slot, ItemProviderInterface $item, ObjectInterface $contentObject)

AvailableObject constructor.

Parameters

int $slot
ItemProviderInterface $item
ObjectInterface $contentObject

int getSlot()

No description

Return Value

int

ItemProviderInterface getItem()

No description

Return Value

ItemProviderInterface

ObjectInterface getContentObject()

No description

Return Value

ObjectInterface