This interface describes a panel limit element.

 Methods

Get the amount to use in this element.

getAmount() : int

Returns

int

Get the offset to use in this element.

getOffset() : int

Returns

int

Set the Amount to use in this element.

setAmount(int $intAmount) : \ContaoCommunityAlliance\DcGeneral\Panel\LimitElementInterface

Parameters

$intAmount

int

The amount.

Returns

Set the offset to use in this element.

setOffset(int $intOffset) : \ContaoCommunityAlliance\DcGeneral\Panel\LimitElementInterface

Parameters

$intOffset

int

The offset.

Returns