Interface LimitElementInterface
This interface describes a panel limit element.
-
DcGeneral\Panel\LimitElementInterface
implements
DcGeneral\Panel\PanelElementInterface
Methods summary
public
DcGeneral\Panel\LimitElementInterface
|
#
setOffset( integer $intOffset )
Set the offset to use in this element.
Set the offset to use in this element.
Parameters
- $intOffset
integer $intOffset The offset.
Returns
|
public
integer
|
#
getOffset( )
Get the offset to use in this element.
Get the offset to use in this element.
Returns
integer
|
public
DcGeneral\Panel\LimitElementInterface
|
#
setAmount( integer $intAmount )
Set the Amount to use in this element.
Set the Amount to use in this element.
Parameters
- $intAmount
integer $intAmount The amount.
Returns
|
public
integer
|
#
getAmount( )
Get the amount to use in this element.
Get the amount to use in this element.
Returns
integer
|