3 declare(strict_types=1);
40 $this->
language->loadLanguageModule(
'etal');
41 $this->
language->loadLanguageModule(
'orgu');
45 $this->
setId(
'myst_etal_list');
48 $this->
setRowTemplate(
'tpl.list_employee_talk_row.html',
"Modules/EmployeeTalk");
83 if ($dateSelectInput->getDate() === null) {
92 $ilSelectInput->setOptions([
93 self::STATUS_ALL => $this->
language->txt(
'etal_status_all'),
94 self::STATUS_PENDING => $this->
language->txt(
'etal_status_pending'),
95 self::STATUS_COMPLETED => $this->
language->txt(
'etal_status_completed')
112 $this->
language->txt(
'date_of_talk'),
143 $class = strtolower(ilObjEmployeeTalkGUI::class);
145 strtolower(ilDashboardGUI::class),
146 strtolower(ilMyStaffGUI::class),
147 strtolower(ilEmployeeTalkMyStaffListGUI::class),
150 $this->
ctrl->setParameterByClass($class,
"ref_id", $a_set[
"ref_id"]);
151 $url = $this->
ctrl->getLinkTargetByClass($classPath, ControlFlowCommand::DEFAULT);
154 $actions->setListTitle($this->
language->txt(
"actions"));
155 $actions->setAsynch(
true);
156 $actions->setId((
string) $a_set[
"ref_id"]);
158 $actions->setAsynchUrl(
159 str_replace(
"\\",
"\\\\", $this->
ctrl->getLinkTargetByClass(
161 strtolower(ilDashboardGUI::class),
162 strtolower(ilMyStaffGUI::class),
163 strtolower(ilEmployeeTalkMyStaffListGUI::class)
165 ControlFlowCommand::TABLE_ACTIONS,
168 )) .
'&ref_id=' . $a_set[
"ref_id"]
171 $this->tpl->setVariable(
"HREF_ETAL_TITLE",
$url);
172 $this->tpl->setVariable(
"VAL_ETAL_TITLE", $a_set[
'etal_title']);
173 $this->tpl->setVariable(
"VAL_ETAL_TEMPLATE", $a_set[
'etal_template']);
175 $this->tpl->setVariable(
"VAL_ETAL_SUPERIOR", $a_set[
'etal_superior']);
176 $this->tpl->setVariable(
"VAL_ETAL_EMPLOYEE", $a_set[
'etal_employee']);
177 $this->tpl->setVariable(
"VAL_ETAL_STATUS", $a_set[
'etal_status']);
178 $this->tpl->setVariable(
"ACTIONS", $actions->getHTML());
186 foreach ($talks as $val) {
191 if (trim($filter[
'etal_employee']) !==
"") {
193 if ($val->getEmployee() !== $filterUser) {
200 $talkData = $talk->getData();
201 $employeeName = $this->
language->txt(
'etal_unknown_username');
202 $superiorName = $this->
language->txt(
'etal_unknown_username');
203 $ownerId = $talk->getOwner();
211 if (trim($filter[
'etal_superior']) !==
"") {
213 if (intval($talk->getOwner()) !== $filterUser) {
218 if (trim($filter[
'etal_title']) !==
"") {
219 if (strpos(strtolower($talk->getTitle()), strtolower(trim($filter[
'etal_title']))) ===
false) {
224 if ($filter[
'etal_date'] !==
false && $filter[
'etal_date'] !== null) {
232 if ($filter[
'etal_status'] !==
"" && intval($filter[
'etal_status'] !== 0)) {
234 if ($filterCompleted && !$val->isCompleted()) {
238 if (!$filterCompleted && $val->isCompleted()) {
243 $template_title =
'';
244 if ($talkData->getTemplateId() > 0 &&
ilObject::_exists($talkData->getTemplateId())) {
246 $template_title = $template->getTitle();
248 if (trim($filter[
'etal_template']) !==
"") {
249 if (strpos(strtolower($template_title), strtolower(trim($filter[
'etal_template']))) ===
false) {
255 "ref_id" => $talk->getRefId(),
256 "etal_title" => $talk->getTitle(),
257 "etal_template" => $template_title,
258 "etal_date" => $talkData->getStartDate(),
259 "etal_superior" => $superiorName,
260 "etal_employee" => $employeeName,
261 "etal_status" => $talkData->isCompleted() ? $this->
language->txt(
'etal_status_completed') : $this->
language->txt(
'etal_status_pending'),
262 "permission_write" =>
false,
263 "permission_delete" => false
setFormAction(string $a_form_action, bool $a_multipart=false)
setEnableTitle(bool $a_enabletitle)
static _getAllReferences(int $id)
get all reference ids for object ID
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
setDisableFilterHiding(bool $a_val=true)
static _hasUntrashedReference(int $obj_id)
checks whether an object has at least one reference that is not in trash
setFormName(string $a_name="")
static getUserIdByLogin(string $a_login)
static _exists(int $id, bool $reference=false, ?string $type=null)
checks if an object exists in object_data
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
addFilterItemByMetaType(string $id, int $type=self::FILTER_TEXT, bool $a_optional=false, string $caption="")
Add filter by standard type.
setDefaultOrderField(string $a_defaultorderfield)
setTalkData(array $talks)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
setDefaultOrderDirection(string $a_defaultorderdirection)
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id
setEnableNumInfo(bool $a_val)
__construct(Container $dic, ilPlugin $plugin)
static _equals(ilDateTime $start, ilDateTime $end, string $a_compare_field='', string $a_tz='')
Check if two date are equal.
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
getCurrentState()
get current settings for order, limit, columns and filter
__construct(?object $a_parent_obj, string $a_parent_cmd="", string $a_template_context="")
setDefaultFilterVisiblity(bool $a_status)
determineOffsetAndOrder(bool $a_omit_offset=false)
setMaxCount(int $a_max_count)
set max.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setFilterCols(int $a_val)
setExternalSegmentation(bool $a_val)
static _lookupLogin(int $a_user_id)
setPrefix(string $a_prefix)