Class DefaultLimitElement
Default implementation of a limit panel element.
- DcGeneral\Panel\AbstractElement implements DcGeneral\Panel\PanelElementInterface
-
DcGeneral\Panel\DefaultLimitElement implements DcGeneral\Panel\LimitElementInterface
protected
array
|
|
protected
|
#
setPersistent( integer $intOffset, integer $intAmount )
Store the persistent value in the input provider. |
protected
|
|
public
|
#
initialize(
Initialize the passed configuration with the values of the element. |
public
|
#
render(
Render the element using the given Template. |
public
|
|
public
integer
|
|
public
|
|
public
integer
|
getEnvironment(),
getInputProvider(),
getOtherConfig(),
getPanel(),
setPanel()
|
protected
integer
|
$intOffset |
|
#
The current offset. |
protected
integer
|
$intAmount |
|
#
The current amount. |
protected
integer
|
$intTotal |
|
#
The total amount of all valid entries. |
$objPanel
|