| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ILIAS\LegalDocuments\Table\EditableDocumentTable:
 Collaboration diagram for ILIAS\LegalDocuments\Table\EditableDocumentTable:Public Member Functions | |
| __construct (private readonly DocumentTable $table, private readonly EditLinks $edit_links) | |
| columns () | |
| config (TableConfig $config) | |
| rows (TableSelection $select) | |
| row (Document $document, int $sorting) | |
| name () | |
Private Member Functions | |
| willShowCriterion ($document) | |
| orderInputGui ($document, $step) | |
Definition at line 32 of file EditableDocumentTable.php.
| ILIAS\LegalDocuments\Table\EditableDocumentTable::__construct | ( | private readonly DocumentTable | $table, | 
| private readonly EditLinks | $edit_links | ||
| ) | 
Definition at line 34 of file EditableDocumentTable.php.
| ILIAS\LegalDocuments\Table\EditableDocumentTable::columns | ( | ) | 
Implements ILIAS\LegalDocuments\Table.
Definition at line 40 of file EditableDocumentTable.php.
| ILIAS\LegalDocuments\Table\EditableDocumentTable::config | ( | TableConfig | $config | ) | 
Implements ILIAS\LegalDocuments\Table.
Definition at line 49 of file EditableDocumentTable.php.
References ILIAS\LegalDocuments\TableConfig\addCommandButton(), and ILIAS\LegalDocuments\TableConfig\addMultiCommand().
 Here is the call graph for this function:| ILIAS\LegalDocuments\Table\EditableDocumentTable::name | ( | ) | 
Implements ILIAS\LegalDocuments\Table.
Definition at line 78 of file EditableDocumentTable.php.
      
  | 
  private | 
Definition at line 106 of file EditableDocumentTable.php.
Referenced by ILIAS\LegalDocuments\Table\EditableDocumentTable\row().
 Here is the caller graph for this function:| ILIAS\LegalDocuments\Table\EditableDocumentTable::row | ( | Document | $document, | 
| int | $sorting | ||
| ) | 
Definition at line 61 of file EditableDocumentTable.php.
References ilLegacyFormElementsUtil\formCheckbox(), ILIAS\LegalDocuments\Value\Document\id(), and ILIAS\LegalDocuments\Table\EditableDocumentTable\orderInputGui().
Referenced by ILIAS\LegalDocuments\Table\EditableDocumentTable\rows().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\LegalDocuments\Table\EditableDocumentTable::rows | ( | TableSelection | $select | ) | 
Implements ILIAS\LegalDocuments\Table.
Definition at line 56 of file EditableDocumentTable.php.
References ILIAS\LegalDocuments\Table\EditableDocumentTable\row().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 83 of file EditableDocumentTable.php.