Interface PanelRowInterface
This interface describes a panel row definition.
- DcGeneral\DataDefinition\Definition\View\PanelRowInterface implements IteratorAggregate
Direct known implementers
DcGeneral\DataDefinition\Definition\View\DefaultPanelRow
Namespace: DcGeneral\DataDefinition\Definition\View
Package: DcGeneral\DataDefinition\Definition\View
Located at DataDefinition/Definition/View/PanelRowInterface.php
Package: DcGeneral\DataDefinition\Definition\View
Located at DataDefinition/Definition/View/PanelRowInterface.php
public
array
|
|
public
|
#
addElement(
Add an element at the end of the row or - optionally - at the given position. |
public
|
#
deleteElement( integer|string|
Remove the element with the given index (if numeric) or name (if string). |
public
boolean
|
#
hasElement(
Check if the given element instance or an element with the given name is in the row. |
public
integer
|
|
public
|
#
getElement( integer|string $indexOrName )
Retrieve the element with the given index (if numeric) or name (if string). |
public
|