getRequest()->query as $property => $value) { if (property_exists($this, $property)) { $this->{$property} = ctype_digit($value) ? (int)$value : $value; } } } }