public function handleIO() : array { if ($_POST['event'] == 'setvalue' && $_POST['value'] == 'myvalue') return ['status' => true, 'text' => 'This was exactly as expected.']; else return ['status' => false, 'text' => 'I didn\'t expect that input!']; }