• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/worktime/result/worktimeserviceresult.php
  • Класс: BitrixTimemanServiceWorktimeResultWorktimeServiceResult
  • Вызов: WorktimeServiceResult::setWorktimeAction
public function setWorktimeAction(WorktimeAction $worktimeAction): WorktimeServiceResult
{
	$this->worktimeAction = $worktimeAction;
	return $this;
}