ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Repository\Table\CommonTableBuilder Class Reference
+ Inheritance diagram for ILIAS\Repository\Table\CommonTableBuilder:
+ Collaboration diagram for ILIAS\Repository\Table\CommonTableBuilder:

Public Member Functions

 __construct (protected object $parent_gui, protected string $parent_cmd, bool $numeric_ids=true)
 
 getTable ()
 

Protected Member Functions

 getId ()
 
 getTitle ()
 
 getRetrieval ()
 
 getNamespace ()
 
 getOrderingCommand ()
 
 activeAction (string $action, array $data_row)
 
 transformRow (array $data_row)
 transform raw data array to table row data array More...
 
 build (TableAdapterGUI $table)
 

Protected Attributes

TableAdapterGUI $table
 

Detailed Description

Definition at line 25 of file CommonTableBuilder.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Repository\Table\CommonTableBuilder::__construct ( protected object  $parent_gui,
protected string  $parent_cmd,
bool  $numeric_ids = true 
)

Member Function Documentation

◆ activeAction()

ILIAS\Repository\Table\CommonTableBuilder::activeAction ( string  $action,
array  $data_row 
)
protected

◆ build()

◆ getId()

◆ getNamespace()

ILIAS\Repository\Table\CommonTableBuilder::getNamespace ( )
protected

Definition at line 55 of file CommonTableBuilder.php.

55 : string
56 {
57 return "";
58 }

Referenced by ILIAS\Repository\Table\CommonTableBuilder\__construct().

+ Here is the caller graph for this function:

◆ getOrderingCommand()

ILIAS\Repository\Table\CommonTableBuilder::getOrderingCommand ( )
protected

Reimplemented in ILIAS\Container\StartObjects\Objects\Table\ObjectsBuilder, and ILIAS\LearningModule\Editing\SubObjectTableBuilder.

Definition at line 60 of file CommonTableBuilder.php.

60 : string
61 {
62 return "";
63 }

Referenced by ILIAS\Repository\Table\CommonTableBuilder\__construct().

+ Here is the caller graph for this function:

◆ getRetrieval()

◆ getTable()

ILIAS\Repository\Table\CommonTableBuilder::getTable ( )
final

Definition at line 80 of file CommonTableBuilder.php.

◆ getTitle()

◆ transformRow()

Field Documentation

◆ $table


The documentation for this class was generated from the following file: