params['from']; } protected static function validateRawParamsSelecting(array $params) { $from = $params['from'] ?? null; if (!$from || !is_string($from)) { throw new RuntimeException("Select params: Missing 'from'."); } } }