|
ILIAS
trunk Revision v12.0_alpha-1613-gae4c99ebb18
|
Inheritance diagram for ILIAS\BookingManager\Bookings\Table\BookingsWithoutScheduleTable:
Collaboration diagram for ILIAS\BookingManager\Bookings\Table\BookingsWithoutScheduleTable:Public Member Functions | |
| getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
Public Member Functions inherited from ILIAS\BookingManager\Bookings\Table\BookingsTable | |
| __construct (protected readonly UIFactory $ui_factory, protected readonly UIRenderer $ui_renderer, protected readonly AccessManager $access, protected readonly ilGlobalTemplateInterface $tpl, protected readonly Refinery $refinery, protected readonly Language $lng, protected readonly HttpService $http, protected readonly ilObjUser $user, protected readonly ReservationDBRepository $reservation_repository, protected readonly ilCtrlInterface $ctrl, protected readonly ilUIService $ui_service, protected readonly Settings $settings, protected readonly ilObjBookingPool $booking_pool) | |
| getTableId () | |
| getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
| getFilter () | |
| getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| Mainly for the purpose of pagination-support, it is important to know about the total number of records available. More... | |
| getComponents (URLBuilder $url_builder) | |
Public Member Functions inherited from ILIAS\BookingManager\Common\Table\Table | |
| getTableId () | |
| execute (URLBuilder $url_builder) | |
| getComponents (URLBuilder $url_builder) | |
| getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
| getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| Mainly for the purpose of pagination-support, it is important to know about the total number of records available. More... | |
Data Fields | |
| const string | ID = 'bkbwos' |
Data Fields inherited from ILIAS\BookingManager\Bookings\Table\BookingsTable | |
| const | ROW_ID_PARAMETER = 'booking_id' |
| const | ACTION_PARAMETER = 'action' |
| const | ACTION_TYPE_PARAMETER = 'action_type' |
Protected Member Functions | |
| getColumns () | |
| getFilterInputs () | |
Protected Member Functions inherited from ILIAS\BookingManager\Bookings\Table\BookingsTable | |
| getUserPresentationName (int $user_id) | |
| getColumns () | |
| getFilterInputs () | |
| loadRecords (mixed $filter_data) | |
| sortRecords (Order $order, array $records) | |
| limitRecords (Range $range, array $records) | |
| acquireParameters (URLBuilder $url_builder) | |
| getUsers (?int $user_id=null) | |
| getStatuses () | |
| getTableActions () | |
| getUserComponent (int $user_id) | |
| getBookingTimeSlotFilterLabel (array $booking) | |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\BookingManager\Bookings\Table\BookingsTable | |
| readonly array | $booking_items |
| readonly array | $bookings |
| readonly array | $participants |
| readonly ColumnFactory | $column_factory |
| readonly InputFactory | $input_factory |
Definition at line 29 of file BookingsWithoutScheduleTable.php.
|
protected |
Reimplemented from ILIAS\BookingManager\Bookings\Table\BookingsTable.
Definition at line 63 of file BookingsWithoutScheduleTable.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\BookingManager\Bookings\Table\BookingsTable.
Definition at line 72 of file BookingsWithoutScheduleTable.php.
References ILIAS\Repository\access(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\BookingManager\Bookings\Table\BookingsWithoutScheduleTable::getRows | ( | DataRowBuilder | $row_builder, |
| array | $visible_column_ids, | ||
| Range | $range, | ||
| Order | $order, | ||
| mixed | $additional_viewcontrol_data, | ||
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g.
yield $row_builder->buildStandardRow($row_id, $record).
| string[] | $visible_column_ids |
Reimplemented from ILIAS\BookingManager\Bookings\Table\BookingsTable.
Definition at line 33 of file BookingsWithoutScheduleTable.php.
References $user_id, ILIAS\UI\Component\Table\DataRowBuilder\buildDataRow(), ILIAS\BookingManager\Bookings\Table\BookingsTable\getTableActions(), and ilBookingReservation\STATUS_CANCELLED.
Here is the call graph for this function:| const string ILIAS\BookingManager\Bookings\Table\BookingsWithoutScheduleTable::ID = 'bkbwos' |
Definition at line 31 of file BookingsWithoutScheduleTable.php.