|
ILIAS
trunk Revision v12.0_alpha-1613-gae4c99ebb18
|
Inheritance diagram for ILIAS\BookingManager\Booking\BookingTableActionsFactory:
Collaboration diagram for ILIAS\BookingManager\Booking\BookingTableActionsFactory:Public Member Functions | |
| __construct (protected readonly ilCtrlInterface $ctrl, protected readonly ilLanguage $lng, protected readonly ilGlobalTemplateInterface $tpl, protected readonly UIFactory $ui_factory, protected readonly UIRenderer $ui_renderer, protected readonly Refinery $refinery, protected readonly HttpService $http, protected readonly AccessManager $access, protected readonly ReservationDBRepository $reservation_repository, protected readonly ilObjBookingPool $booking_pool, protected readonly array $bookings,) | |
| getTableActions () | |
| getTableActions () | |
Data Fields | |
| const string | ACTION_CANCEL = 'cancel' |
| const string | ACTION_DELETE = 'delete' |
| const string | ACTION_MAIL = 'mail' |
Protected Member Functions | |
| getCancelAction () | |
| getDeleteAction () | |
| getMailAction () | |
Definition at line 39 of file BookingTableActionsFactory.php.
| ILIAS\BookingManager\Booking\BookingTableActionsFactory::__construct | ( | protected readonly ilCtrlInterface | $ctrl, |
| protected readonly ilLanguage | $lng, | ||
| protected readonly ilGlobalTemplateInterface | $tpl, | ||
| protected readonly UIFactory | $ui_factory, | ||
| protected readonly UIRenderer | $ui_renderer, | ||
| protected readonly Refinery | $refinery, | ||
| protected readonly HttpService | $http, | ||
| protected readonly AccessManager | $access, | ||
| protected readonly ReservationDBRepository | $reservation_repository, | ||
| protected readonly ilObjBookingPool | $booking_pool, | ||
| protected readonly array | $bookings | ||
| ) |
Definition at line 47 of file BookingTableActionsFactory.php.
|
protected |
Definition at line 80 of file BookingTableActionsFactory.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
Referenced by ILIAS\BookingManager\Booking\BookingTableActionsFactory\getTableActions().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 96 of file BookingTableActionsFactory.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
Referenced by ILIAS\BookingManager\Booking\BookingTableActionsFactory\getTableActions().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 112 of file BookingTableActionsFactory.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
Referenced by ILIAS\BookingManager\Booking\BookingTableActionsFactory\getTableActions().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\BookingManager\Booking\BookingTableActionsFactory::getTableActions | ( | ) |
Implements ILIAS\BookingManager\Common\Table\TableActionsFactory.
Definition at line 62 of file BookingTableActionsFactory.php.
References ILIAS\Repository\ctrl(), ILIAS\BookingManager\Booking\BookingTableActionsFactory\getCancelAction(), ILIAS\BookingManager\Booking\BookingTableActionsFactory\getDeleteAction(), ILIAS\BookingManager\Booking\BookingTableActionsFactory\getMailAction(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| const string ILIAS\BookingManager\Booking\BookingTableActionsFactory::ACTION_CANCEL = 'cancel' |
Definition at line 41 of file BookingTableActionsFactory.php.
| const string ILIAS\BookingManager\Booking\BookingTableActionsFactory::ACTION_DELETE = 'delete' |
Definition at line 43 of file BookingTableActionsFactory.php.
| const string ILIAS\BookingManager\Booking\BookingTableActionsFactory::ACTION_MAIL = 'mail' |
Definition at line 45 of file BookingTableActionsFactory.php.