foreach ($ints as $int) {
            $this->$int = filter_var($this->$int, FILTER_VALIDATE_INT); 
        }