ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
OrderingRow.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Table
;
22
23
use
ILIAS\UI\Component\Table\Column\Column
;
24
use
ILIAS\UI\Component\Table\Action\Action
;
25
26
interface
OrderingRow
extends
DataRow
27
{
28
public
function
withPosition
(
int
$position_index):
self
;
29
30
public
function
getPosition
():
int
;
31
}
ILIAS\UI\Component\Table\OrderingRow
Definition:
OrderingRow.php:26
Column
ILIAS\UI\Component\Table\OrderingRow\withPosition
withPosition(int $position_index)
ILIAS\UI\Component\Table\DataRow
Definition:
DataRow.php:27
ILIAS\UI\Component\Table
ILIAS\MetaData\Elements\Markers\Action
Action
Definition:
Action.php:23
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\UI\Component\Table\OrderingRow\getPosition
getPosition()
components
ILIAS
UI
src
Component
Table
OrderingRow.php
Generated on Sun Aug 31 2025 23:04:08 for ILIAS by
1.8.13 (using
Doxyfile
)