isMethod('get')) { return []; } return [ 'dollar' => 'required', 'euro' => 'required' ]; } /** * @return int */ public function getDollar(): int { return $this->get('dollar'); } /** * @return int */ public function getEuro(): int { return $this->get('euro'); } }