Lines Matching refs:getInput

73 			CSettingsHelper::CUSTOM_COLOR => $this->getInput('custom_color', EVENT_CUSTOM_COLOR_DISABLED),
74 CSettingsHelper::PROBLEM_UNACK_STYLE => $this->getInput('problem_unack_style'),
75 CSettingsHelper::PROBLEM_ACK_STYLE => $this->getInput('problem_ack_style'),
76 CSettingsHelper::OK_UNACK_STYLE => $this->getInput('ok_unack_style'),
77 CSettingsHelper::OK_ACK_STYLE => $this->getInput('ok_ack_style'),
78 CSettingsHelper::OK_PERIOD => trim($this->getInput('ok_period')),
79 CSettingsHelper::BLINK_PERIOD => trim($this->getInput('blink_period')),
80 CSettingsHelper::SEVERITY_NAME_0 => $this->getInput('severity_name_0'),
81 CSettingsHelper::SEVERITY_COLOR_0 => $this->getInput('severity_color_0'),
82 CSettingsHelper::SEVERITY_NAME_1 => $this->getInput('severity_name_1'),
83 CSettingsHelper::SEVERITY_COLOR_1 => $this->getInput('severity_color_1'),
84 CSettingsHelper::SEVERITY_NAME_2 => $this->getInput('severity_name_2'),
85 CSettingsHelper::SEVERITY_COLOR_2 => $this->getInput('severity_color_2'),
86 CSettingsHelper::SEVERITY_NAME_3 => $this->getInput('severity_name_3'),
87 CSettingsHelper::SEVERITY_COLOR_3 => $this->getInput('severity_color_3'),
88 CSettingsHelper::SEVERITY_NAME_4 => $this->getInput('severity_name_4'),
89 CSettingsHelper::SEVERITY_COLOR_4 => $this->getInput('severity_color_4'),
90 CSettingsHelper::SEVERITY_NAME_5 => $this->getInput('severity_name_5'),
91 CSettingsHelper::SEVERITY_COLOR_5 => $this->getInput('severity_color_5')
95 $settings[CSettingsHelper::PROBLEM_UNACK_COLOR] = $this->getInput('problem_unack_color');
96 $settings[CSettingsHelper::PROBLEM_ACK_COLOR] = $this->getInput('problem_ack_color');
97 $settings[CSettingsHelper::OK_UNACK_COLOR] = $this->getInput('ok_unack_color');
98 $settings[CSettingsHelper::OK_ACK_COLOR] = $this->getInput('ok_ack_color');