ILIAS
trunk Revision v12.0_alpha-1613-gae4c99ebb18
◀ ilDoc Overview
TableActionsFactory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\BookingManager\Common\Table
;
22
23
interface
TableActionsFactory
24
{
25
public
function
getTableActions
():
TableActions
;
26
}
ILIAS\BookingManager\Common\Table\TableActions
Definition:
TableActions.php:37
ILIAS\BookingManager\Common\Table\TableActionsFactory
Definition:
TableActionsFactory.php:24
ILIAS\BookingManager\Common\Table\TableActionsFactory\getTableActions
getTableActions()
ILIAS\BookingManager\Common\Table
Definition:
Table.php:21
components
ILIAS
BookingManager
src
Common
Table
TableActionsFactory.php
Generated on Fri Jun 19 2026 23:03:12 for ILIAS by
1.9.4 (using
Doxyfile
)